update by comment

helinwang-patch-1
Yancey1989 7 years ago
parent c3580eae46
commit 606c57da23

@ -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;
}

Loading…
Cancel
Save