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 --- src/core/iomgr/closure.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/iomgr/closure.h') diff --git a/src/core/iomgr/closure.h b/src/core/iomgr/closure.h index 3566f0b985..90d9e328a1 100644 --- a/src/core/iomgr/closure.h +++ b/src/core/iomgr/closure.h @@ -50,7 +50,7 @@ typedef struct grpc_closure_list * \param arg Arbitrary input. * \param success An indication on the state of the iomgr. On false, cleanup * actions should be taken (eg, shutdown). */ -typedef void (*grpc_iomgr_cb_func) (void *arg, int success, grpc_closure_list * closure_list); +typedef void (*grpc_iomgr_cb_func) (grpc_exec_ctx * exec_ctx, void *arg, int success); /** A closure over a grpc_iomgr_cb_func. */ struct grpc_closure -- cgit v1.2.3