diff options
author | Yash Tibrewal <yashkt@google.com> | 2017-10-06 20:53:14 -0700 |
---|---|---|
committer | Yash Tibrewal <yashkt@google.com> | 2017-10-06 20:53:14 -0700 |
commit | b3b20f671db08c82424f4c9d55cdd82637e64f2f (patch) | |
tree | fc8fcc911d2f7185b6f55a9295a29ef1d99a3d4f /src | |
parent | 84bf2832181fe041e1ec0fe3816f1c9e7eef3eb4 (diff) |
Adding PR #12879 changes
Diffstat (limited to 'src')
-rw-r--r-- | src/core/lib/iomgr/timer_uv.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/timer_uv.cc b/src/core/lib/iomgr/timer_uv.cc index bd1e922c7f..ccbbe357ae 100644 --- a/src/core/lib/iomgr/timer_uv.cc +++ b/src/core/lib/iomgr/timer_uv.cc @@ -94,7 +94,7 @@ grpc_timer_check_result grpc_timer_check(grpc_exec_ctx *exec_ctx, return GRPC_TIMERS_NOT_CHECKED; } -void grpc_timer_list_init(gpr_timespec now) {} +void grpc_timer_list_init(grpc_exec_ctx *exec_ctx) {} void grpc_timer_list_shutdown(grpc_exec_ctx *exec_ctx) {} void grpc_timer_consume_kick(void) {} |