aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/iomgr/tcp_posix_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/core/iomgr/tcp_posix_test.c')
-rw-r--r--test/core/iomgr/tcp_posix_test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/core/iomgr/tcp_posix_test.c b/test/core/iomgr/tcp_posix_test.c
index 5683e7cf53..af338249c5 100644
--- a/test/core/iomgr/tcp_posix_test.c
+++ b/test/core/iomgr/tcp_posix_test.c
@@ -157,7 +157,7 @@ count_slices (gpr_slice * slices, size_t nslices, int *current_data)
}
static void
-read_cb (void *user_data, int success, grpc_closure_list * closure_list)
+read_cb (grpc_exec_ctx * exec_ctx, void *user_data, int success)
{
struct read_socket_state *state = (struct read_socket_state *) user_data;
size_t read_bytes;
@@ -468,7 +468,7 @@ static grpc_endpoint_test_config configs[] = {
};
static void
-destroy_pollset (void *p, int success, grpc_closure_list * closure_list)
+destroy_pollset (grpc_exec_ctx * exec_ctx, void *p, int success)
{
grpc_pollset_destroy (p);
}