diff options
author | Sree Kuchibhotla <sreek@google.com> | 2017-01-27 14:31:30 -0800 |
---|---|---|
committer | Sree Kuchibhotla <sreek@google.com> | 2017-01-27 14:31:30 -0800 |
commit | cc2971b9f73a2c9400009975c51d8c436983d320 (patch) | |
tree | d9e8c1134186286666baf8e00f9b4eed93e625bd /src/core/lib/iomgr/ev_posix.c | |
parent | 9930e4b39486b3eb62609c67b87d7bc80f63e50d (diff) | |
parent | 46357c882df1afc28f7a5228c40fde522093fa32 (diff) |
Merge branch 'master' into pollset_set_test
Diffstat (limited to 'src/core/lib/iomgr/ev_posix.c')
-rw-r--r-- | src/core/lib/iomgr/ev_posix.c | 2 |
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; |