From 1be70ccdb84ec41975cc018f6b2a2a89cf5072ee Mon Sep 17 00:00:00 2001 From: Craig Tiller Date: Tue, 22 Sep 2015 10:45:28 -0700 Subject: Move arguments to the start of lists --- test/core/httpcli/httpcli_test.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/core/httpcli') diff --git a/test/core/httpcli/httpcli_test.c b/test/core/httpcli/httpcli_test.c index 1982b00cd1..0287009fae 100644 --- a/test/core/httpcli/httpcli_test.c +++ b/test/core/httpcli/httpcli_test.c @@ -56,7 +56,7 @@ n_seconds_time (int seconds) } static void -on_finish (void *arg, const grpc_httpcli_response * response, grpc_closure_list * closure_list) +on_finish (grpc_exec_ctx * exec_ctx, void *arg, const grpc_httpcli_response * response) { const char *expect = "Hello world!" "

This is a test

"; GPR_ASSERT (arg == (void *) 42); @@ -135,7 +135,7 @@ test_post (int use_ssl, int port) } 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); } -- cgit v1.2.3