aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/channel/compress_filter.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-07-20 13:42:22 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-07-20 13:42:22 -0700
commit1b22b9db94784bc589d372e2b30eb939d009c3d9 (patch)
tree77d06352dfbb71cf5afe6c7ffcfe08932a0b89e7 /src/core/channel/compress_filter.c
parent698d00c60e91ebf8acf993cf6602d74c0032b5dc (diff)
Add grpc_call_get_peer
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 14cb3da62d..d07d96f3f9 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"};