aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-05-10 12:54:59 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-05-10 12:55:13 -0700
commit6e18ef3880da523af4c131d34234aa1c4e4221c0 (patch)
treef0a1f6aa01d45fc3c1ceb83c2b1ba14a90b93f68 /src
parenta4660cba9ab73923292263ea6db6f4d48ed2366d (diff)
Fix portability
Diffstat (limited to 'src')
-rw-r--r--src/core/lib/iomgr/timer_uv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/timer_uv.c b/src/core/lib/iomgr/timer_uv.c
index 8a4c01c4c5..2952e44b58 100644
--- a/src/core/lib/iomgr/timer_uv.c
+++ b/src/core/lib/iomgr/timer_uv.c
@@ -104,4 +104,6 @@ bool grpc_timer_check(grpc_exec_ctx *exec_ctx, gpr_timespec now,
void grpc_timer_list_init(gpr_timespec now) {}
void grpc_timer_list_shutdown(grpc_exec_ctx *exec_ctx) {}
+void grpc_timer_consume_kick(void) {}
+
#endif /* GRPC_UV */