diff options
author | Sree Kuchibhotla <sreek@google.com> | 2018-02-01 11:20:29 -0800 |
---|---|---|
committer | Sree Kuchibhotla <sreek@google.com> | 2018-02-01 11:20:29 -0800 |
commit | ffa4fbdafaf35d5172d272fe00b6fab329f8cc95 (patch) | |
tree | 48ab70384720a14e19d41360f18a13b8c9085ba6 /src/core | |
parent | f4a94b61266dc468af2de213ea50b997a39b7508 (diff) |
enable epollex by default
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/lib/iomgr/ev_epollex_linux.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/core/lib/iomgr/ev_epollex_linux.cc b/src/core/lib/iomgr/ev_epollex_linux.cc index 178ebd8977..5795528288 100644 --- a/src/core/lib/iomgr/ev_epollex_linux.cc +++ b/src/core/lib/iomgr/ev_epollex_linux.cc @@ -1452,10 +1452,6 @@ static const grpc_event_engine_vtable vtable = { const grpc_event_engine_vtable* grpc_init_epollex_linux( bool explicitly_requested) { - if (!explicitly_requested) { - return nullptr; - } - if (!grpc_has_wakeup_fd()) { gpr_log(GPR_ERROR, "Skipping epollex because of no wakeup fd."); return nullptr; |