aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/ev_epoll_linux.h
diff options
context:
space:
mode:
authorGravatar Sree Kuchibhotla <sreek@google.com>2016-06-16 16:53:59 -0700
committerGravatar Sree Kuchibhotla <sreek@google.com>2016-06-21 09:08:50 -0700
commit39f9ac9b2a51fdcdbd3693d8a04eec3473eb9438 (patch)
tree6cd2e5d495050de06c0d526419ea38a84034abdc /src/core/lib/iomgr/ev_epoll_linux.h
parent812c66ba1bd811efb10457cb0e8b4d1f22329167 (diff)
Test polling island merges
Diffstat (limited to 'src/core/lib/iomgr/ev_epoll_linux.h')
-rw-r--r--src/core/lib/iomgr/ev_epoll_linux.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/lib/iomgr/ev_epoll_linux.h b/src/core/lib/iomgr/ev_epoll_linux.h
index 8c819975a4..7a494aba19 100644
--- a/src/core/lib/iomgr/ev_epoll_linux.h
+++ b/src/core/lib/iomgr/ev_epoll_linux.h
@@ -38,4 +38,10 @@
const grpc_event_engine_vtable *grpc_init_epoll_linux(void);
+#ifdef GPR_LINUX_EPOLL
+void *grpc_fd_get_polling_island(grpc_fd *fd);
+void *grpc_pollset_get_polling_island(grpc_pollset *ps);
+bool grpc_are_polling_islands_equal(void *p, void *q);
+#endif /* defined(GPR_LINUX_EPOLL) */
+
#endif /* GRPC_CORE_LIB_IOMGR_EV_EPOLL_LINUX_H */