Skip to content
Snippets Groups Projects
Commit 9bf8342a authored by Sree Kuchibhotla's avatar Sree Kuchibhotla
Browse files

enable epollsig

parent 107840ff
No related branches found
No related tags found
No related merge requests found
...@@ -1730,7 +1730,7 @@ const grpc_event_engine_vtable *grpc_init_epollsig_linux( ...@@ -1730,7 +1730,7 @@ const grpc_event_engine_vtable *grpc_init_epollsig_linux(
if (!is_grpc_wakeup_signal_initialized) { if (!is_grpc_wakeup_signal_initialized) {
/* TODO(ctiller): when other epoll engines are ready, remove the true || to /* TODO(ctiller): when other epoll engines are ready, remove the true || to
* force this to be explitly chosen if needed */ * force this to be explitly chosen if needed */
if (explicit_request) { if (true || explicit_request) {
grpc_use_signal(SIGRTMIN + 6); grpc_use_signal(SIGRTMIN + 6);
} else { } else {
return NULL; return NULL;
......
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