aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/channel_trace_proto_helper.h
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-08-13 23:43:48 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-08-14 17:26:40 -0700
commit3aa987a29a02f59116f3e7d07cfa6a4835c211b4 (patch)
tree314a39de050eaaa8a9b940b39940a41122ab0dea /test/cpp/util/channel_trace_proto_helper.h
parentb8f030bc0b507903e9d156fb44d161015273d0c6 (diff)
Add channelz server support
Diffstat (limited to 'test/cpp/util/channel_trace_proto_helper.h')
-rw-r--r--test/cpp/util/channel_trace_proto_helper.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/cpp/util/channel_trace_proto_helper.h b/test/cpp/util/channel_trace_proto_helper.h
index a1ebbcd110..67c363e89b 100644
--- a/test/cpp/util/channel_trace_proto_helper.h
+++ b/test/cpp/util/channel_trace_proto_helper.h
@@ -27,6 +27,8 @@ void ValidateChannelProtoJsonTranslation(char* json_c_str);
void ValidateGetTopChannelsResponseProtoJsonTranslation(char* json_c_str);
void ValidateGetChannelResponseProtoJsonTranslation(char* json_c_str);
void ValidateSubchannelProtoJsonTranslation(char* json_c_str);
+void ValidateServerProtoJsonTranslation(char* json_c_str);
+void ValidateGetServersResponseProtoJsonTranslation(char* json_c_str);
} // namespace testing
} // namespace grpc