aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/wakeup_fd_posix.h
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2016-09-29 09:15:49 -0700
committerGravatar Ken Payson <kpayson@google.com>2016-09-29 09:15:49 -0700
commite02c7ed37b1f98ed95b8f47e053d4a617fd7c530 (patch)
treee3dc2441cb1d262be2afa7c259af5cfce05e28b2 /src/core/lib/iomgr/wakeup_fd_posix.h
parent31caabdead52000354c4fdd88b68bb3041ca8c4a (diff)
Broke cv polling into seperate engine
Diffstat (limited to 'src/core/lib/iomgr/wakeup_fd_posix.h')
-rw-r--r--src/core/lib/iomgr/wakeup_fd_posix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/wakeup_fd_posix.h b/src/core/lib/iomgr/wakeup_fd_posix.h
index a9f902bc9f..bd0fb46da1 100644
--- a/src/core/lib/iomgr/wakeup_fd_posix.h
+++ b/src/core/lib/iomgr/wakeup_fd_posix.h
@@ -89,6 +89,7 @@ struct grpc_wakeup_fd {
extern int grpc_allow_specialized_wakeup_fd;
extern int grpc_allow_pipe_wakeup_fd;
+extern int grpc_has_wakeup_fd;
#define GRPC_WAKEUP_FD_GET_READ_FD(fd_info) ((fd_info)->read_fd)