Skip to content
Snippets Groups Projects
Commit 793b66e3 authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

[*] Some fixes

parent 012517b1
No related branches found
No related tags found
No related merge requests found
Pipeline #7203 passed with stage
in 11 seconds
...@@ -294,7 +294,7 @@ static int s_server_run(dap_server_t * a_server, dap_events_socket_callbacks_t * ...@@ -294,7 +294,7 @@ static int s_server_run(dap_server_t * a_server, dap_events_socket_callbacks_t *
a_server->es_listeners = dap_list_append(a_server->es_listeners, l_es); a_server->es_listeners = dap_list_append(a_server->es_listeners, l_es);
if (l_es) { if (l_es) {
l_es->type = a_server->type == DAP_SERVER_TCP ? DESCRIPTOR_TYPE_SOCKET_LISTENING : DESCRIPTOR_TYPE_SOCKET_UDP; l_es->type = a_server->type == SERVER_TCP ? DESCRIPTOR_TYPE_SOCKET_LISTENING : DESCRIPTOR_TYPE_SOCKET_UDP;
// Prepare for multi thread listening // Prepare for multi thread listening
l_es->ev_base_flags = EPOLLIN; l_es->ev_base_flags = EPOLLIN;
#ifdef EPOLLEXCLUSIVE #ifdef EPOLLEXCLUSIVE
......
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