aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/client_config/client_channel.c
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-04-14 12:44:30 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-04-14 12:44:30 -0700
commit9ef0e1cfd4116b901f55410cad1c4425e59eaac1 (patch)
tree9b13ab3206c2d16888d790d4fcb2496c0980579f /src/core/ext/client_config/client_channel.c
parentf603c3aebd9b3fc489a70ba781e78bd1188ba4bf (diff)
Added grpc_call_stats to the call stack
Diffstat (limited to 'src/core/ext/client_config/client_channel.c')
-rw-r--r--src/core/ext/client_config/client_channel.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ext/client_config/client_channel.c b/src/core/ext/client_config/client_channel.c
index 93d54fdcfe..3ec0ab4387 100644
--- a/src/core/ext/client_config/client_channel.c
+++ b/src/core/ext/client_config/client_channel.c
@@ -401,8 +401,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) {
+static void destroy_call_elem(grpc_exec_ctx *exec_ctx, grpc_call_element *elem,
+ const grpc_call_stats *stats) {
grpc_subchannel_call_holder_destroy(exec_ctx, elem->call_data);
}