aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/channel/compress_filter.c
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-07-23 09:16:37 -0700
committerGravatar Yang Gao <yangg@google.com>2015-07-23 09:16:37 -0700
commitb70440bb1dfe90f27b31d169f82a549f2aa17084 (patch)
tree1b9adad952e03d7d5a3e5752b9c352e476a968c6 /src/core/channel/compress_filter.c
parentdd0f4fa0097299229641c0bc9234a3fa75b523da (diff)
parentac392e2385ee1a548e0de3c150dc090eea775381 (diff)
Merge pull request #2542 from ctiller/tell-me-who-you-might-be
Expose call peer uri from C core
Diffstat (limited to 'src/core/channel/compress_filter.c')
-rw-r--r--src/core/channel/compress_filter.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/channel/compress_filter.c b/src/core/channel/compress_filter.c
index bf02f9296f..14e8ca7325 100644
--- a/src/core/channel/compress_filter.c
+++ b/src/core/channel/compress_filter.c
@@ -322,4 +322,5 @@ const grpc_channel_filter grpc_compress_filter = {
sizeof(channel_data),
init_channel_elem,
destroy_channel_elem,
+ grpc_call_next_get_peer,
"compress"};