diff options
author | Ara Ayvazyan <aivazyan@microsoft.com> | 2018-04-02 11:16:41 -0700 |
---|---|---|
committer | Ara Ayvazyan <aivazyan@microsoft.com> | 2018-04-02 11:16:41 -0700 |
commit | 2e3d4108461715eb5e27dc4145997f8e0e57f5c4 (patch) | |
tree | e2abc6f185e08545422fa3c94b478cfa207716ed /include/grpcpp | |
parent | 8016d35acace57454d6a1c9321eb5fb6ee14c92f (diff) |
fixup! Use bbuf_ptr
Diffstat (limited to 'include/grpcpp')
-rw-r--r-- | include/grpcpp/impl/codegen/server_interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpcpp/impl/codegen/server_interface.h b/include/grpcpp/impl/codegen/server_interface.h index 1a38d0eace..cf330ac352 100644 --- a/include/grpcpp/impl/codegen/server_interface.h +++ b/include/grpcpp/impl/codegen/server_interface.h @@ -186,7 +186,7 @@ class ServerInterface : public internal::CallHook { notification_cq_(notification_cq), tag_(tag), request_(request) { - IssueRequest(registered_method, payload_.c_buffer_ptr(), notification_cq); + IssueRequest(registered_method, payload_.bbuf_ptr(), notification_cq); } ~PayloadAsyncRequest() { |