aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc/impl
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-06-19 17:09:53 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-06-19 17:09:53 -0700
commit1ab1287ac77972bee4e2f516d81230a7f0044f14 (patch)
tree91002eb81291193e2e2b61e7e64f97cbd706963d /include/grpc/impl
parent0f20212d38f7f55229467f26293a5e2b3f39d5a0 (diff)
Reviewer feedback
Diffstat (limited to 'include/grpc/impl')
-rw-r--r--include/grpc/impl/codegen/grpc_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/grpc/impl/codegen/grpc_types.h b/include/grpc/impl/codegen/grpc_types.h
index 786c070c14..c32e99ed4c 100644
--- a/include/grpc/impl/codegen/grpc_types.h
+++ b/include/grpc/impl/codegen/grpc_types.h
@@ -290,7 +290,8 @@ typedef struct {
#define GRPC_ARG_MAX_CHANNEL_TRACE_EVENTS_PER_NODE \
"grpc.max_channel_trace_events_per_node"
/** If non-zero, gRPC library will track stats and information at at per channel
- * level. Disabling channelz naturally disabled channel tracing. */
+ * level. Disabling channelz naturally disables channel tracing. The default
+ * is for channelz to be disabled. */
#define GRPC_ARG_ENABLE_CHANNELZ "grpc.enable_channelz"
/** If non-zero, Cronet transport will coalesce packets to fewer frames
* when possible. */