aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/channel
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-09-22 10:54:34 -0700
committerGravatar Craig Tiller <ctiller@google.com>2015-09-22 10:54:34 -0700
commitf5768a6765cae20477f36b346ce18bfb44fe2e25 (patch)
tree786f7bbc9f7b572f02c385c15bd22ccbb1ea2b99 /test/core/channel
parent098047b53abfb3142b0dc9eca83564cd565902b7 (diff)
Rename init
Diffstat (limited to 'test/core/channel')
-rw-r--r--test/core/channel/channel_stack_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/channel/channel_stack_test.c b/test/core/channel/channel_stack_test.c
index 1cdd2259b0..2bdb456d12 100644
--- a/test/core/channel/channel_stack_test.c
+++ b/test/core/channel/channel_stack_test.c
@@ -108,7 +108,7 @@ test_create_channel_stack (void)
grpc_mdctx *metadata_context;
int *channel_data;
int *call_data;
- grpc_closure_list closure_list = GRPC_CLOSURE_LIST_INIT;
+ grpc_exec_ctx exec_ctx = GRPC_EXEC_CTX_INIT;
metadata_context = grpc_mdctx_create ();