aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/server.h
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2018-01-10 18:47:09 +0000
committerGravatar Vijay Pai <vpai@google.com>2018-01-10 18:47:09 +0000
commitfd4884a768a03b8c459b02e7751c072f6efd147c (patch)
tree8e8f3f66d45f636474f1206d074a247bee591696 /include/grpc++/server.h
parent92e267ec502d018eae66f04faac0f5d57eadf572 (diff)
Address review comments
Diffstat (limited to 'include/grpc++/server.h')
-rw-r--r--include/grpc++/server.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/grpc++/server.h b/include/grpc++/server.h
index 456603e4e7..cf590185d1 100644
--- a/include/grpc++/server.h
+++ b/include/grpc++/server.h
@@ -142,6 +142,9 @@ class Server final : public ServerInterface, private GrpcLibraryCodegen {
///
/// \param thread_creator The thread creation function for the sync
/// server. Typically gpr_thd_new
+ ///
+ /// \param thread_joiner The thread joining function for the sync
+ /// server. Typically gpr_thd_join
Server(int max_message_size, ChannelArguments* args,
std::shared_ptr<std::vector<std::unique_ptr<ServerCompletionQueue>>>
sync_server_cqs,