aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/timer_uv.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-01-17 03:07:16 -0800
committerGravatar Muxi Yan <mxyan@google.com>2017-01-17 03:07:16 -0800
commite42f0b21600b9eb0f65c198ea99f0883bbde9693 (patch)
tree8f6aa960ac4a8b639b2d42be894b27e3bd4665ed /src/core/lib/iomgr/timer_uv.h
parentdc739bd659384252ae31234a439f1abcd7a512ff (diff)
parentcc2e048e84eaa418cab393553594a3fefb891037 (diff)
Merge remote-tracking branch 'upstream/master' into packet-coalescing-core
Diffstat (limited to 'src/core/lib/iomgr/timer_uv.h')
-rw-r--r--src/core/lib/iomgr/timer_uv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/timer_uv.h b/src/core/lib/iomgr/timer_uv.h
index 3de383ebd5..13cf8bd4fa 100644
--- a/src/core/lib/iomgr/timer_uv.h
+++ b/src/core/lib/iomgr/timer_uv.h
@@ -37,7 +37,7 @@
#include "src/core/lib/iomgr/exec_ctx.h"
struct grpc_timer {
- grpc_closure closure;
+ grpc_closure *closure;
/* This is actually a uv_timer_t*, but we want to keep platform-specific
types out of headers */
void *uv_timer;