Skip to content
Snippets Groups Projects
Commit ea20cafb authored by kpayson64's avatar kpayson64 Committed by GitHub
Browse files

Merge pull request #11479 from kpayson64/downgrade_epollex

Make epollex not default
parents 98689cc8 fb8d62e4
No related branches found
No related tags found
No related merge requests found
......@@ -59,13 +59,13 @@ typedef struct {
} event_engine_factory;
static const event_engine_factory g_factories[] = {
{"epollex", grpc_init_epollex_linux},
{"epollsig", grpc_init_epollsig_linux},
{"epoll1", grpc_init_epoll1_linux},
{"epoll-threadpool", grpc_init_epoll_thread_pool_linux},
{"epoll-limited", grpc_init_epoll_limited_pollers_linux},
{"poll", grpc_init_poll_posix},
{"poll-cv", grpc_init_poll_cv_posix},
{"epollex", grpc_init_epollex_linux},
};
static void add(const char *beg, const char *end, char ***ss, size_t *ns) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment