aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/exec_ctx.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-01 21:25:05 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-03-01 21:25:05 -0800
commitaa1c3392091c6cb9930067e005e5d19814a0cb76 (patch)
tree60aa1b1e29e6a9675dc590b639b09af0764f20c0 /src/core/iomgr/exec_ctx.h
parentb929d7667eb3a18526fe2d00de7d3103f384f1fa (diff)
fix compile
Diffstat (limited to 'src/core/iomgr/exec_ctx.h')
-rw-r--r--src/core/iomgr/exec_ctx.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/iomgr/exec_ctx.h b/src/core/iomgr/exec_ctx.h
index ea09188c8f..8a2e5d5f6a 100644
--- a/src/core/iomgr/exec_ctx.h
+++ b/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.