fix inconsistency between env_hdfs and env
This commit is contained in:
parent
edf1cd497f
commit
a41f68ac22
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user