aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2017-07-25 01:51:28 -0700
committerGravatar Vijay Pai <vpai@google.com>2017-07-25 01:51:28 -0700
commitbc81eee4d4384cb461b587400c3f534be2503e5c (patch)
tree9fc1a847737101d10a99ac941634155e77499b2c /include
parent6abd20020b99514af9df381c72b509aeb88177a4 (diff)
Remove a follow-on internal that was added post-internalization, keep the templated QPS worker rather than going back to internal API
Diffstat (limited to 'include')
-rw-r--r--include/grpc++/impl/codegen/server_interface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/impl/codegen/server_interface.h b/include/grpc++/impl/codegen/server_interface.h
index ef063a9718..55937f19d7 100644
--- a/include/grpc++/impl/codegen/server_interface.h
+++ b/include/grpc++/impl/codegen/server_interface.h
@@ -212,7 +212,7 @@ class ServerInterface : public CallHook {
void* const registered_method_;
ServerInterface* const server_;
ServerContext* const context_;
- internal::ServerAsyncStreamingInterface* const stream_;
+ ServerAsyncStreamingInterface* const stream_;
CompletionQueue* const call_cq_;
ServerCompletionQueue* const notification_cq_;
void* const tag_;