Skip to content
Snippets Groups Projects
Commit fb8d62e4 authored by Ken Payson's avatar Ken Payson
Browse files

Make epollex not default

parent c02e39d1
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.
Finish editing this message first!
Please register or to comment