aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel/http_client_filter.c
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-04-29 17:26:33 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-04-29 17:26:33 -0700
commit580987abf03dc075c90e0ea5b787441191be8c95 (patch)
treecc1889d1b580b089461e8acbdf7cfcd464a5e9dd /src/core/lib/channel/http_client_filter.c
parentb41363e88eb78123926e760e45a981add977140f (diff)
parent90b4a87d3ba78326d7ff523b3412684aa905670e (diff)
Merge branch 'master' of github.com:grpc/grpc into lr_hook
Diffstat (limited to 'src/core/lib/channel/http_client_filter.c')
-rw-r--r--src/core/lib/channel/http_client_filter.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/lib/channel/http_client_filter.c b/src/core/lib/channel/http_client_filter.c
index e1afaf5186..7e2b09c965 100644
--- a/src/core/lib/channel/http_client_filter.c
+++ b/src/core/lib/channel/http_client_filter.c
@@ -156,7 +156,8 @@ static void init_call_elem(grpc_exec_ctx *exec_ctx, grpc_call_element *elem,
/* Destructor for call_data */
static void destroy_call_elem(grpc_exec_ctx *exec_ctx, grpc_call_element *elem,
- const grpc_call_stats *stats) {}
+ const grpc_call_stats *stats,
+ void *ignored) {}
static grpc_mdelem *scheme_from_args(const grpc_channel_args *args) {
unsigned i;