aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/server.h
diff options
context:
space:
mode:
authorGravatar yang-g <yangg@google.com>2016-12-12 14:32:09 -0800
committerGravatar yang-g <yangg@google.com>2016-12-27 15:37:59 -0800
commitad327642192363808c378b775ddcd34b86294443 (patch)
treea8965f516a640b6d1ff3ca96d0c5472dc97c81e7 /include/grpc++/server.h
parentc8a49d29560be146bb81f421b8dd646c7f4a4f46 (diff)
sync test pass
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 dc97a0ec4c..e3e9174c9c 100644
--- a/include/grpc++/server.h
+++ b/include/grpc++/server.h
@@ -219,6 +219,7 @@ class Server final : public ServerInterface, private GrpcLibraryCodegen {
std::unique_ptr<ServerInitializer> server_initializer_;
std::unique_ptr<HealthCheckServiceInterface> health_check_service_;
+ bool health_check_service_disabled_;
};
} // namespace grpc