aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel/compress_filter.c
diff options
context:
space:
mode:
authorGravatar Mark D. Roth <roth@google.com>2016-11-08 10:45:21 -0800
committerGravatar GitHub <noreply@github.com>2016-11-08 10:45:21 -0800
commit0ace62f83200a881545daa619eed08cbd431ea5f (patch)
tree8c7e36380b7b92bd56d6962a597bb64acac5163e /src/core/lib/channel/compress_filter.c
parenta987041a27c36089f76549ba86a1da4edb322959 (diff)
parentc00688da74f3f37c7bb8f9a831940fa58e23f460 (diff)
Merge pull request #8618 from markdroth/channel_info_api
Add API for getting arbitrary state back from a channel
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 294aa2fa18..2874d63fc7 100644
--- a/src/core/lib/channel/compress_filter.c
+++ b/src/core/lib/channel/compress_filter.c
@@ -332,4 +332,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"};