aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar makdharma <>2018-03-09 10:46:35 -0800
committerGravatar makdharma <>2018-03-09 10:46:35 -0800
commit757af97ad0fe57f2cc6fcb8c0af4eebaf6bc3e15 (patch)
tree136c072b93091821388213c41c9ca62f58112dd6 /include
parent9cd0099a5354bbb55ceafa5b675b65a31b6da39c (diff)
added ///Experimental in comment for c_server
Please enter the commit message for your changes. Lines starting
Diffstat (limited to 'include')
-rw-r--r--include/grpcpp/server.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/grpcpp/server.h b/include/grpcpp/server.h
index 77ae7206b4..69d7a3f478 100644
--- a/include/grpcpp/server.h
+++ b/include/grpcpp/server.h
@@ -87,7 +87,8 @@ class Server : public ServerInterface, private GrpcLibraryCodegen {
/// application and is shared among all \a Server objects.
static void SetGlobalCallbacks(GlobalCallbacks* callbacks);
- // Returns a \em raw pointer to the underlying \a grpc_server instance.
+ /// Returns a \em raw pointer to the underlying \a grpc_server instance.
+ /// EXPERIMENTAL: for internal/test use only
grpc_server* c_server();
/// Returns the health check service.