aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel/compress_filter.c
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-10-27 15:44:07 -0700
committerGravatar Mark D. Roth <roth@google.com>2016-10-27 15:44:07 -0700
commitb2d24886196c5000cc15bb5953659ff50b09ad87 (patch)
tree06d819aad98a3b0d5ba3233e4b4d0bd6de71c2a9 /src/core/lib/channel/compress_filter.c
parentc5d447eb30814377c4be4d514524b48a36589015 (diff)
Add grpc_channel_get_info() to C-core API.
Diffstat (limited to 'src/core/lib/channel/compress_filter.c')
-rw-r--r--src/core/lib/channel/compress_filter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/lib/channel/compress_filter.c b/src/core/lib/channel/compress_filter.c
index 0981d59f63..7968cf7e26 100644
--- a/src/core/lib/channel/compress_filter.c
+++ b/src/core/lib/channel/compress_filter.c
@@ -328,4 +328,5 @@ const grpc_channel_filter grpc_compress_filter = {
init_channel_elem,
destroy_channel_elem,
grpc_call_next_get_peer,
+ grpc_channel_next_get_info,
"compress"};