aboutsummaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorGravatar Vijay Pai <vpai@google.com>2016-02-16 16:24:33 -0800
committerGravatar Vijay Pai <vpai@google.com>2016-02-16 16:24:33 -0800
commit258d4ed0a434de94d8e117dc2ed454d737cab789 (patch)
treefbf6b469c0120c762fa7a029dae463a0881469d5 /test
parentb65eda4c8844f98dcf2d0616406b746ac08e861d (diff)
parenta5b94057d190190efb5e5146c23442d74e713980 (diff)
Merge branch 'master' into poll_override2
Diffstat (limited to 'test')
-rw-r--r--test/core/iomgr/udp_server_test.c2
1 files changed, 1 insertions, 1 deletions
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);
}