diff options
author | Craig Tiller <ctiller@google.com> | 2017-04-06 16:05:45 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2017-04-06 16:05:45 -0700 |
commit | e24b24d3c646c40248ea4581f3c5b03597797544 (patch) | |
tree | ba0dec0ff160e90fe585c8549391b1f1c59ed00d /src/core/lib/iomgr/ev_epoll_linux.c | |
parent | ad08c8189a210fa28457e4da025bed4b2fd95c26 (diff) |
Implement pollset for epollex
Diffstat (limited to 'src/core/lib/iomgr/ev_epoll_linux.c')
-rw-r--r-- | src/core/lib/iomgr/ev_epoll_linux.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/ev_epoll_linux.c b/src/core/lib/iomgr/ev_epoll_linux.c index 6db8e1a77c..d41c164d71 100644 --- a/src/core/lib/iomgr/ev_epoll_linux.c +++ b/src/core/lib/iomgr/ev_epoll_linux.c @@ -63,6 +63,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) + /* TODO: sreek - Move this to init.c and initialize this like other tracers. */ static int grpc_polling_trace = 0; /* Disabled by default */ #define GRPC_POLLING_TRACE(fmt, ...) \ |