aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/channel/connected_channel.c
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-06-06 16:25:48 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-06-06 16:25:48 -0700
commita0d7491e6266a9bdf31ce04c25cd7941cbe66f88 (patch)
treeab561bca6b4c06c0f144e94e0fbba4cf25a69814 /src/core/lib/channel/connected_channel.c
parentc4d5112719f90b6948d0b8295164bb058bfeea3d (diff)
parent3e822446152a3ee99f6a9a7da9ff3d3a856aaebd (diff)
Merge branch 'master' of github.com:grpc/grpc into lb_pollset_propagation
Diffstat (limited to 'src/core/lib/channel/connected_channel.c')
-rw-r--r--src/core/lib/channel/connected_channel.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/lib/channel/connected_channel.c b/src/core/lib/channel/connected_channel.c
index 2b2ebb9ddb..0a7d27a1dc 100644
--- a/src/core/lib/channel/connected_channel.c
+++ b/src/core/lib/channel/connected_channel.c
@@ -104,6 +104,7 @@ static void set_pollset_or_pollset_set(grpc_exec_ctx *exec_ctx,
/* Destructor for call_data */
static void destroy_call_elem(grpc_exec_ctx *exec_ctx, grpc_call_element *elem,
+ const grpc_call_stats *stats,
void *and_free_memory) {
call_data *calld = elem->call_data;
channel_data *chand = elem->channel_data;