提交 606c57da 编写于 作者: Y Yancey1989

update by comment

上级 c3580eae
......@@ -153,10 +153,10 @@ class RequestPrefetch final : public RequestBase {
virtual void Process() {
// prefetch process...
::grpc::ByteBuffer relay;
::grpc::ByteBuffer reply;
// TODO(Yancey1989): execute the Block which containers prefetch ops
responder_.Finish(relay, ::grpc::Status::OK, this);
responder_.Finish(reply, ::grpc::Status::OK, this);
status_ = FINISH;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册