From 6453d10e0015f81440b95fe4088b65c18e713a43 Mon Sep 17 00:00:00 2001 From: "Dmitriy A. Gerasimov" <dmitriy.gerasimov@demlabs.net> Date: Fri, 2 Oct 2020 23:18:16 +0700 Subject: [PATCH] [*] Return epoll back --- dap-sdk/net/core/include/dap_events_socket.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dap-sdk/net/core/include/dap_events_socket.h b/dap-sdk/net/core/include/dap_events_socket.h index fff81c6cb7..fb4e75b27c 100644 --- a/dap-sdk/net/core/include/dap_events_socket.h +++ b/dap-sdk/net/core/include/dap_events_socket.h @@ -32,8 +32,8 @@ // Caps for different platforms #if defined(DAP_OS_LINUX) -// #define DAP_EVENTS_CAPS_EPOLL - #define DAP_EVENTS_CAPS_POLL + #define DAP_EVENTS_CAPS_EPOLL +// #define DAP_EVENTS_CAPS_POLL #define DAP_EVENTS_CAPS_PIPE_POSIX #define DAP_EVENTS_CAPS_QUEUE_PIPE2 //#define DAP_EVENTS_CAPS_QUEUE_POSIX -- GitLab