Commit 51fdf9a8 authored by Dominik Charousset's avatar Dominik Charousset

Fix {native_socket_t => native_socket}

parent 818cef3f
...@@ -127,7 +127,7 @@ namespace network { ...@@ -127,7 +127,7 @@ namespace network {
constexpr int error_mask = EPOLLRDHUP | EPOLLERR | EPOLLHUP; constexpr int error_mask = EPOLLRDHUP | EPOLLERR | EPOLLHUP;
constexpr int output_mask = EPOLLOUT; constexpr int output_mask = EPOLLOUT;
using multiplexer_data = epoll_event; using multiplexer_data = epoll_event;
using multiplexer_poll_shadow_data = native_socket_t; using multiplexer_poll_shadow_data = native_socket;
#endif #endif
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment