fix compile

pull/5474/head
Craig Tiller 9 years ago
parent b929d7667e
commit aa1c339209
  1. 2
      src/core/iomgr/exec_ctx.h

@ -70,7 +70,7 @@ struct grpc_exec_ctx {
#else
struct grpc_exec_ctx { int unused; };
#define GRPC_EXEC_CTX_INIT \
{}
{0}
#endif
/** Flush any work that has been enqueued onto this grpc_exec_ctx.

Loading…
Cancel
Save