@ -107,8 +107,8 @@ class HdfsEnv : public Env {
posixEnv - > Schedule ( function , arg , pri , tag ) ;
posixEnv - > Schedule ( function , arg , pri , tag ) ;
}
}
virtual int UnSchedule ( void * ar g , Priority pri ) {
virtual int UnSchedule ( void * t ag, Priority pri ) {
posixEnv - > UnSchedule ( ar g , pri ) ;
posixEnv - > UnSchedule ( t ag, pri ) ;
}
}
virtual void StartThread ( void ( * function ) ( void * arg ) , void * arg ) {
virtual void StartThread ( void ( * function ) ( void * arg ) , void * arg ) {
@ -328,7 +328,7 @@ class HdfsEnv : public Env {
virtual void Schedule ( void ( * function ) ( void * arg ) , void * arg ,
virtual void Schedule ( void ( * function ) ( void * arg ) , void * arg ,
Priority pri = LOW , void * tag = nullptr ) override { }
Priority pri = LOW , void * tag = nullptr ) override { }
virtual int UnSchedule ( void * ar g , Priority pri ) override { return 0 ; }
virtual int UnSchedule ( void * t ag, Priority pri ) override { return 0 ; }
virtual void StartThread ( void ( * function ) ( void * arg ) , void * arg ) override { }
virtual void StartThread ( void ( * function ) ( void * arg ) , void * arg ) override { }