diff options
author | Craig Tiller <ctiller@google.com> | 2017-02-22 08:08:53 -0800 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-02-22 08:08:53 -0800 |
commit | eb022becae96c1c3ba622e0880ae8024c3c600bc (patch) | |
tree | 75b6c7e9d4090470d535e159a874291e33c77b09 /test/core/channel | |
parent | 1d77399656ff0fb91259fa2a3dd679b669c6ebc8 (diff) |
Fix compile
Diffstat (limited to 'test/core/channel')
-rw-r--r-- | test/core/channel/channel_stack_test.c | 2 |
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; |