aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/ev_epoll_thread_pool_linux.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-05-05 17:36:31 +0000
committerGravatar Craig Tiller <ctiller@google.com>2017-05-05 17:36:31 +0000
commit924353a7173ed6184f3e0baef8c62d3ccbfa39f5 (patch)
tree690865660767fb88d27933f46a3713832c22511c /src/core/lib/iomgr/ev_epoll_thread_pool_linux.h
parent18545a3e6a48a4b15b6be52f2fbec4df071544b6 (diff)
Finish merge, disable new pollers until they stabilize
Diffstat (limited to 'src/core/lib/iomgr/ev_epoll_thread_pool_linux.h')
-rw-r--r--src/core/lib/iomgr/ev_epoll_thread_pool_linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lib/iomgr/ev_epoll_thread_pool_linux.h b/src/core/lib/iomgr/ev_epoll_thread_pool_linux.h
index f4959e3fee..b94dbe7d5d 100644
--- a/src/core/lib/iomgr/ev_epoll_thread_pool_linux.h
+++ b/src/core/lib/iomgr/ev_epoll_thread_pool_linux.h
@@ -37,6 +37,6 @@
#include "src/core/lib/iomgr/ev_posix.h"
#include "src/core/lib/iomgr/port.h"
-const grpc_event_engine_vtable *grpc_init_epoll_thread_pool_linux(void);
+const grpc_event_engine_vtable *grpc_init_epoll_thread_pool_linux(bool requested_explicitly);
#endif /* GRPC_CORE_LIB_IOMGR_EV_EPOLL_THREAD_POOL_LINUX_H */