aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/channel
diff options
context:
space:
mode:
authorGravatar Craig Tiller <craig.tiller@gmail.com>2015-06-29 08:24:16 -0700
committerGravatar Craig Tiller <craig.tiller@gmail.com>2015-06-29 08:24:16 -0700
commitacf0f07dfcb8db090528d6dc4dd7a6f7c1132f30 (patch)
treed10fe1e0cc2137f421b09024361205611b986e24 /test/core/channel
parent73f36bdb6cf4218badaf851b0f668d453f33f6f1 (diff)
Unix resolver, bug fixes
Diffstat (limited to 'test/core/channel')
-rw-r--r--test/core/channel/channel_stack_test.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/core/channel/channel_stack_test.c b/test/core/channel/channel_stack_test.c
index 78779484b2..ba778c3775 100644
--- a/test/core/channel/channel_stack_test.c
+++ b/test/core/channel/channel_stack_test.c
@@ -69,8 +69,7 @@ static void call_func(grpc_call_element *elem, grpc_transport_stream_op *op) {
++*(int *)(elem->call_data);
}
-static void channel_func(grpc_channel_element *elem,
- grpc_channel_element *from_elem, grpc_channel_op *op) {
+static void channel_func(grpc_channel_element *elem, grpc_transport_op *op) {
++*(int *)(elem->channel_data);
}