aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/exec_ctx.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-11-09 21:00:59 -0800
committerGravatar Muxi Yan <mxyan@google.com>2017-11-09 21:00:59 -0800
commit830c14ff9b32cd83eae48f239b0009b3b0045ddd (patch)
tree0f4104bd25455b1c3782c5c1b37d112226e4cb18 /src/core/lib/iomgr/exec_ctx.h
parentc03867ff224a98dab5a93b3ba70b95c46f05a440 (diff)
Add realtime clock sync every 10s
Diffstat (limited to 'src/core/lib/iomgr/exec_ctx.h')
-rw-r--r--src/core/lib/iomgr/exec_ctx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/exec_ctx.h b/src/core/lib/iomgr/exec_ctx.h
index bd27506152..6035e08361 100644
--- a/src/core/lib/iomgr/exec_ctx.h
+++ b/src/core/lib/iomgr/exec_ctx.h
@@ -124,6 +124,8 @@ gpr_timespec grpc_millis_to_timespec(grpc_millis millis, gpr_clock_type clock);
grpc_millis grpc_timespec_to_millis_round_down(gpr_timespec timespec);
grpc_millis grpc_timespec_to_millis_round_up(gpr_timespec timespec);
+void grpc_exec_ctx_maybe_update_start_time(grpc_exec_ctx* exec_ctx);
+
#ifdef __cplusplus
}
#endif