aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/census/grpc_plugin.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-01-05 13:14:09 -0800
committerGravatar GitHub <noreply@github.com>2017-01-05 13:14:09 -0800
commit3a35f7ecbcef2f762a86a5874ecfc680bb870aaa (patch)
tree3e1c351d70081891ec619477d8f24ef661dd8267 /src/core/ext/census/grpc_plugin.c
parent1f5fad5ce387dd38ca9c6357233150a8ad765ac5 (diff)
parent4e148d5572e0ba6d83fc4d212637a8337299a2cb (diff)
Merge pull request #8705 from ctiller/slice_with_exec_ctx
Fix slice/exec_ctx interactions
Diffstat (limited to 'src/core/ext/census/grpc_plugin.c')
-rw-r--r--src/core/ext/census/grpc_plugin.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/ext/census/grpc_plugin.c b/src/core/ext/census/grpc_plugin.c
index e43ceafd0c..c9fe453af8 100644
--- a/src/core/ext/census/grpc_plugin.c
+++ b/src/core/ext/census/grpc_plugin.c
@@ -51,7 +51,8 @@ static bool is_census_enabled(const grpc_channel_args *a) {
return census_enabled();
}
-static bool maybe_add_census_filter(grpc_channel_stack_builder *builder,
+static bool maybe_add_census_filter(grpc_exec_ctx *exec_ctx,
+ grpc_channel_stack_builder *builder,
void *arg) {
const grpc_channel_args *args =
grpc_channel_stack_builder_get_channel_arguments(builder);