From f89fdf39df771e241e40ce019a678acc3afbb027 Mon Sep 17 00:00:00 2001 From: Bogdan Drutu Date: Tue, 16 Feb 2016 14:38:38 -0800 Subject: Fix the arguments type for on_read and destroy callbacks to match with grpc_iomgr_cb_func --- test/core/iomgr/udp_server_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/core') diff --git a/test/core/iomgr/udp_server_test.c b/test/core/iomgr/udp_server_test.c index 85e28732e4..0bb69a2a76 100644 --- a/test/core/iomgr/udp_server_test.c +++ b/test/core/iomgr/udp_server_test.c @@ -173,7 +173,7 @@ static void test_receive(int number_of_clients) { grpc_exec_ctx_finish(&exec_ctx); } -static void destroy_pollset(grpc_exec_ctx *exec_ctx, void *p, int success) { +static void destroy_pollset(grpc_exec_ctx *exec_ctx, void *p, bool success) { grpc_pollset_destroy(p); } -- cgit v1.2.3