aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/ev_poll_posix.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-04-27 19:26:16 +0000
committerGravatar Craig Tiller <ctiller@google.com>2017-04-27 19:26:16 +0000
commit6f0af49bb2f784a66d5fcc9cf9ba46754451f7e9 (patch)
tree1a88fdb69becb45b27dcf481f71db23811ec2b5c /src/core/lib/iomgr/ev_poll_posix.h
parent6a85ee0b4d32ec0999162dd419e05f3f2f93c083 (diff)
Allow specifying a default signal iff epollsig has been explicitly requested
Diffstat (limited to 'src/core/lib/iomgr/ev_poll_posix.h')
-rw-r--r--src/core/lib/iomgr/ev_poll_posix.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/lib/iomgr/ev_poll_posix.h b/src/core/lib/iomgr/ev_poll_posix.h
index 202ffca14c..2890e93ead 100644
--- a/src/core/lib/iomgr/ev_poll_posix.h
+++ b/src/core/lib/iomgr/ev_poll_posix.h
@@ -36,7 +36,7 @@
#include "src/core/lib/iomgr/ev_posix.h"
-const grpc_event_engine_vtable *grpc_init_poll_posix(void);
-const grpc_event_engine_vtable *grpc_init_poll_cv_posix(void);
+const grpc_event_engine_vtable *grpc_init_poll_posix(bool explicit_request);
+const grpc_event_engine_vtable *grpc_init_poll_cv_posix(bool explicit_request);
#endif /* GRPC_CORE_LIB_IOMGR_EV_POLL_POSIX_H */