aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpcpp/ext
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-07-20 09:29:05 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-07-20 09:29:05 -0700
commit18a9d7d57c44e071a722b399c27758786542cf56 (patch)
tree178c488a0d48f0a30e5851c13b82c1f0a4c001cd /include/grpcpp/ext
parentb47214952bafad402b6854f20bb546d828bf5573 (diff)
reviewer feedback
Diffstat (limited to 'include/grpcpp/ext')
-rw-r--r--include/grpcpp/ext/channelz_service_plugin.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/grpcpp/ext/channelz_service_plugin.h b/include/grpcpp/ext/channelz_service_plugin.h
index 4a748a9880..af3192d451 100644
--- a/include/grpcpp/ext/channelz_service_plugin.h
+++ b/include/grpcpp/ext/channelz_service_plugin.h
@@ -30,8 +30,9 @@ namespace channelz {
namespace experimental {
/// Add channelz server plugin to \a ServerBuilder. This function should
-/// be called at static initialization time.
-void InitChannelzServiceBuilderPlugin();
+/// be called at static initialization time. This service is experimental
+/// for now. Track progress in https://github.com/grpc/grpc/issues/15988.
+void InitChannelzService();
} // namespace experimental
} // namespace channelz