aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/exec_ctx.h
diff options
context:
space:
mode:
authorGravatar Hope Casey-Allen <hcaseyal@google.com>2018-07-26 11:06:24 -0700
committerGravatar Hope Casey-Allen <hcaseyal@google.com>2018-08-21 09:59:03 -0700
commit91cb48ad1aef109633365cd156e8482011c74b51 (patch)
tree3299a8a09285dc518834d469cbb92f672cb180c8 /src/core/lib/iomgr/exec_ctx.h
parentac81f5aa32ee53f50f99f695849dd1f724535058 (diff)
Add timer tests for long running services
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 8ddab0d381..f3528d527a 100644
--- a/src/core/lib/iomgr/exec_ctx.h
+++ b/src/core/lib/iomgr/exec_ctx.h
@@ -192,6 +192,8 @@ class ExecCtx {
now_is_valid_ = true;
}
+ static void TestOnlyGlobalInit(gpr_timespec new_val);
+
/** Global initialization for ExecCtx. Called by iomgr. */
static void GlobalInit(void);