aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/channel_trace_proto_helper.h
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-07-13 14:05:27 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-07-16 23:29:29 -0700
commit97066fd0e46a82ffa6b012117cfd428888d255f3 (patch)
tree73c07c3854289064479f89cf9b88046280131eac /test/cpp/util/channel_trace_proto_helper.h
parent9a6c722e301be70715fa4f16cea22d172d605615 (diff)
Support for GetTopChannels
Diffstat (limited to 'test/cpp/util/channel_trace_proto_helper.h')
-rw-r--r--test/cpp/util/channel_trace_proto_helper.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/cpp/util/channel_trace_proto_helper.h b/test/cpp/util/channel_trace_proto_helper.h
index d1a3603372..74c15f04f1 100644
--- a/test/cpp/util/channel_trace_proto_helper.h
+++ b/test/cpp/util/channel_trace_proto_helper.h
@@ -22,8 +22,9 @@
namespace grpc {
namespace testing {
-void ValidateChannelTraceProtoJsonTranslation(char* tracer_json_c_str);
-void ValidateChannelProtoJsonTranslation(char* channel_json_c_str);
+void ValidateChannelTraceProtoJsonTranslation(char* json_c_str);
+void ValidateChannelProtoJsonTranslation(char* json_c_str);
+void ValidateGetTopChannelsResponseProtoJsonTranslation(char* json_c_str);
} // namespace testing
} // namespace grpc