提交 74384b75 编写于 作者: T tangwei12

add RequestCheckpointNotify in grpc

上级 36d17d11
...@@ -216,10 +216,10 @@ class RequestCheckpointNotify final : public RequestBase { ...@@ -216,10 +216,10 @@ class RequestCheckpointNotify final : public RequestBase {
} }
protected: protected:
sendrecv::CheckpointMessage request_; std::shared_ptr<VariableResponse> request_;
sendrecv::VoidMessage reply_; sendrecv::VoidMessage reply_;
ServerAsyncResponseWriter<sendrecv::VoidMessage> responder_; ServerAsyncResponseWriter<sendrecv::VoidMessage> responder_;
} };
void AsyncGRPCServer::WaitServerReady() { void AsyncGRPCServer::WaitServerReady() {
VLOG(3) << "AsyncGRPCServer is wait server ready"; VLOG(3) << "AsyncGRPCServer is wait server ready";
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册