aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/exec_ctx.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-09-19 15:22:04 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-09-19 15:22:04 -0700
commit18c77ccfdbb0adc3377557b7de4b1898f3eec3eb (patch)
tree3067b57e3a8764a89f8932727c44016b5fb30261 /src/core/lib/iomgr/exec_ctx.h
parent6a34067d16d909729aa0860c3dedf8d5af0a6d28 (diff)
Fix pings
Diffstat (limited to 'src/core/lib/iomgr/exec_ctx.h')
-rw-r--r--src/core/lib/iomgr/exec_ctx.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/exec_ctx.h b/src/core/lib/iomgr/exec_ctx.h
index 6220e41a4f..3caf775013 100644
--- a/src/core/lib/iomgr/exec_ctx.h
+++ b/src/core/lib/iomgr/exec_ctx.h
@@ -27,6 +27,7 @@
typedef gpr_atm grpc_millis;
#define GRPC_MILLIS_INF_FUTURE GPR_ATM_MAX
+#define GRPC_MILLIS_INF_PAST GPR_ATM_MIN
/** A workqueue represents a list of work to be executed asynchronously.
Forward declared here to avoid a circular dependency with workqueue.h. */