aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpcpp/server.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/grpcpp/server.h')
-rw-r--r--include/grpcpp/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpcpp/server.h b/include/grpcpp/server.h
index 69d7a3f478..6056003fcd 100644
--- a/include/grpcpp/server.h
+++ b/include/grpcpp/server.h
@@ -204,7 +204,7 @@ class Server : public ServerInterface, private GrpcLibraryCodegen {
// Server status
std::mutex mu_;
- // Server status
+
bool started_;
bool shutdown_;
bool shutdown_notified_; // Was notify called on the shutdown_cv_