aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/util/channel_trace_proto_helper.h
diff options
context:
space:
mode:
authorGravatar ncteisen <ncteisen@gmail.com>2018-07-11 17:11:01 -0700
committerGravatar ncteisen <ncteisen@gmail.com>2018-07-18 15:03:31 -0700
commitb86a74475189e0ed97cdd3ddc48d96e94cec366a (patch)
tree8e1597cad0973f3cc99400238001349bfdf27d67 /test/cpp/util/channel_trace_proto_helper.h
parent2d5e0f1e72cda4e7466f28fdeaf20eceabef00f3 (diff)
Expose GetChannel and GetTopChannels Core API
Diffstat (limited to 'test/cpp/util/channel_trace_proto_helper.h')
-rw-r--r--test/cpp/util/channel_trace_proto_helper.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/util/channel_trace_proto_helper.h b/test/cpp/util/channel_trace_proto_helper.h
index 74c15f04f1..18e3d54b6b 100644
--- a/test/cpp/util/channel_trace_proto_helper.h
+++ b/test/cpp/util/channel_trace_proto_helper.h
@@ -25,6 +25,7 @@ namespace testing {
void ValidateChannelTraceProtoJsonTranslation(char* json_c_str);
void ValidateChannelProtoJsonTranslation(char* json_c_str);
void ValidateGetTopChannelsResponseProtoJsonTranslation(char* json_c_str);
+void ValidateGetChannelResponseProtoJsonTranslation(char* json_c_str);
} // namespace testing
} // namespace grpc