fix missing override for HandleWaitForObjectEviction (#6733)

This commit is contained in:
Zhijun Fu
2020-01-07 13:20:35 -08:00
committed by Eric Liang
parent 72335dbe46
commit 329b9440ba
+1 -1
View File
@@ -416,7 +416,7 @@ class CoreWorker : public rpc::CoreWorkerServiceHandler {
/// Implements gRPC server handler.
void HandleWaitForObjectEviction(const rpc::WaitForObjectEvictionRequest &request,
rpc::WaitForObjectEvictionReply *reply,
rpc::SendReplyCallback send_reply_callback);
rpc::SendReplyCallback send_reply_callback) override;
/// Implements gRPC server handler.
void HandleKillActor(const rpc::KillActorRequest &request, rpc::KillActorReply *reply,