Skip to content

Commit

Permalink
fix inconsistency between env_hdfs and env
Browse files Browse the repository at this point in the history
  • Loading branch information
shuzhang1989 committed Dec 30, 2015
1 parent edf1cd4 commit a41f68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hdfs/env_hdfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ class HdfsEnv : public Env {
std::shared_ptr<Logger>* result);

virtual void Schedule(void (*function)(void* arg), void* arg,
Priority pri = LOW, void* tag = nullptr) {
Priority pri = LOW, void* tag = nullptr, void (*unschedFunction)(void* arg) = 0) {
posixEnv->Schedule(function, arg, pri, tag);
}

Expand Down

0 comments on commit a41f68a

Please sign in to comment.