aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/wakeup_fd_posix.h
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2016-08-06 21:27:29 -0700
committerGravatar Ken Payson <kpayson@google.com>2016-09-14 14:25:46 -0700
commit31caabdead52000354c4fdd88b68bb3041ca8c4a (patch)
tree67ec849190f0211b15c506397fbc78201b44d29b /src/core/lib/iomgr/wakeup_fd_posix.h
parent93b09478f0264f62e577b215dea7bc908abc6b98 (diff)
Add shim to support condition variable wakeup fds where pipe/eventfd is not available
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 e269f242d8..a9f902bc9f 100644
--- a/src/core/lib/iomgr/wakeup_fd_posix.h
+++ b/src/core/lib/iomgr/wakeup_fd_posix.h
@@ -88,6 +88,7 @@ struct grpc_wakeup_fd {
};
extern int grpc_allow_specialized_wakeup_fd;
+extern int grpc_allow_pipe_wakeup_fd;
#define GRPC_WAKEUP_FD_GET_READ_FD(fd_info) ((fd_info)->read_fd)