aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpc++/server.h')
-rw-r--r--include/grpc++/server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/grpc++/server.h b/include/grpc++/server.h
index 8c7551ccf1..cdfdc86587 100644
--- a/include/grpc++/server.h
+++ b/include/grpc++/server.h
@@ -114,6 +114,7 @@ class Server GRPC_FINAL : public GrpcLibrary, private CallHook {
ServerContext* const context_;
ServerAsyncStreamingInterface* const stream_;
CompletionQueue* const call_cq_;
+ void* const tag_;
grpc_call* call_;
grpc_metadata_array initial_metadata_array_;
};