aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/filters/client_channel/client_channel_channelz.h
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-07-17 11:26:55 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-07-17 11:26:55 -0700
commit0f6e4dd20d3e79d3465a7bf8a21d704e7b67b102 (patch)
tree697af2a691c6a0c03d05e6b239cad5a99766224c /src/core/ext/filters/client_channel/client_channel_channelz.h
parentadfa81987af4b61eb11c92c6e4bedc3bed3028c9 (diff)
reviewer feedback:
Diffstat (limited to 'src/core/ext/filters/client_channel/client_channel_channelz.h')
-rw-r--r--src/core/ext/filters/client_channel/client_channel_channelz.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/ext/filters/client_channel/client_channel_channelz.h b/src/core/ext/filters/client_channel/client_channel_channelz.h
index e5be52e778..0547109d36 100644
--- a/src/core/ext/filters/client_channel/client_channel_channelz.h
+++ b/src/core/ext/filters/client_channel/client_channel_channelz.h
@@ -28,6 +28,9 @@
namespace grpc_core {
+// TODO(ncteisen), this only contains the uuids of the children for now,
+// since that is all that is strictly needed. In a future enhancement we will
+// add human readable names as in the channelz.proto
typedef InlinedVector<intptr_t, 10> ChildRefsList;
namespace channelz {