aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/server.h
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-10-19 11:22:29 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-10-19 11:22:29 -0700
commitda069a506d927f81fb4e69cd518e934796cd3081 (patch)
treeae7b874054e9a488e49c6a13190ff3b56dac23d0 /include/grpc++/server.h
parent385c9b2f0540e8a6c278c00ad922e97ab749fd21 (diff)
Rename sync_methods_ to sync_requests_
Diffstat (limited to 'include/grpc++/server.h')
-rw-r--r--include/grpc++/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc++/server.h b/include/grpc++/server.h
index fb04b88148..2627a09deb 100644
--- a/include/grpc++/server.h
+++ b/include/grpc++/server.h
@@ -203,7 +203,7 @@ class Server GRPC_FINAL : public ServerInterface, private GrpcLibraryCodegen {
grpc::mutex mu_;
bool started_;
bool shutdown_;
- bool shutdown_notified_;
+ bool shutdown_notified_; // Was notify called on the shutdown_cv_
grpc::condition_variable shutdown_cv_;