aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/channel/channel_stack_test.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-02-23 06:57:05 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-02-23 06:57:05 -0800
commit4d34729a4ebc411aed085f9800c91253823fb0a7 (patch)
tree8318980771d144a32c59bcfb03612b8ace7ef0b8 /test/core/channel/channel_stack_test.c
parent6d48602324f22740b6cdcfdfbbba13b6326d769c (diff)
parentb96a96ebd508bfc53fd70ebd944f0b92f62387f8 (diff)
Merge github.com:grpc/grpc into always-use-port-server
Diffstat (limited to 'test/core/channel/channel_stack_test.c')
-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 dd9c544524..76bb57346c 100644
--- a/test/core/channel/channel_stack_test.c
+++ b/test/core/channel/channel_stack_test.c
@@ -57,7 +57,7 @@ static grpc_error *channel_init_func(grpc_exec_ctx *exec_ctx,
static grpc_error *call_init_func(grpc_exec_ctx *exec_ctx,
grpc_call_element *elem,
- grpc_call_element_args *args) {
+ const grpc_call_element_args *args) {
++*(int *)(elem->channel_data);
*(int *)(elem->call_data) = 0;
return GRPC_ERROR_NONE;