aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/ev_posix.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-01-20 15:42:47 -0800
committerGravatar Craig Tiller <ctiller@google.com>2017-01-20 15:42:47 -0800
commitda9de8988b343a6c87a9c3ba6b4594020943b0a7 (patch)
treeeee5260113f8aef5919422558900f582753a464d /src/core/lib/iomgr/ev_posix.c
parent1d77059e4b1ec17c704acfc876e321cc33bff99d (diff)
parent4a4a3a446871da594ef4662751e707789f2829c2 (diff)
Merge github.com:grpc/grpc into maxmsgsz
Diffstat (limited to 'src/core/lib/iomgr/ev_posix.c')
-rw-r--r--src/core/lib/iomgr/ev_posix.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/ev_posix.c b/src/core/lib/iomgr/ev_posix.c
index 2975d619e1..c106ba5400 100644
--- a/src/core/lib/iomgr/ev_posix.c
+++ b/src/core/lib/iomgr/ev_posix.c
@@ -52,6 +52,8 @@
* tests */
grpc_poll_function_type grpc_poll_function = poll;
+grpc_wakeup_fd grpc_global_wakeup_fd;
+
static const grpc_event_engine_vtable *g_event_engine;
static const char *g_poll_strategy_name = NULL;