aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/ev_poll_posix.c
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-06 16:05:45 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-04-06 16:05:45 -0700
commite24b24d3c646c40248ea4581f3c5b03597797544 (patch)
treeba0dec0ff160e90fe585c8549391b1f1c59ed00d /src/core/lib/iomgr/ev_poll_posix.c
parentad08c8189a210fa28457e4da025bed4b2fd95c26 (diff)
Implement pollset for epollex
Diffstat (limited to 'src/core/lib/iomgr/ev_poll_posix.c')
-rw-r--r--src/core/lib/iomgr/ev_poll_posix.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/ev_poll_posix.c b/src/core/lib/iomgr/ev_poll_posix.c
index 9834cdd197..b13ec2cbc1 100644
--- a/src/core/lib/iomgr/ev_poll_posix.c
+++ b/src/core/lib/iomgr/ev_poll_posix.c
@@ -58,6 +58,8 @@
#include "src/core/lib/profiling/timers.h"
#include "src/core/lib/support/block_annotate.h"
+#define GRPC_POLLSET_KICK_BROADCAST ((grpc_pollset_worker *)1)
+
/*******************************************************************************
* FD declarations
*/