Slightly cleanup socket send/receive code

This commit is contained in:
Vitaliy Filippov
2020-05-31 15:03:27 +03:00
parent b466e215f0
commit 5feff1ffb9
6 changed files with 115 additions and 112 deletions
+1
View File
@@ -149,6 +149,7 @@ class osd_t
// event loop, socket read/write
void loop();
void accept_connections();
void set_fd_handler(int fd, std::function<void(int, int)> handler);
void handle_epoll_events();