EPOLLLT
This commit is contained in:
@@ -149,7 +149,7 @@ class osd_t
|
||||
|
||||
// event loop, socket read/write
|
||||
void loop();
|
||||
void set_fd_handler(int fd, std::function<void(int, int)> handler);
|
||||
void set_fd_handler(int fd, bool out, std::function<void(int, int)> handler);
|
||||
void handle_epoll_events();
|
||||
|
||||
// peer handling (primary OSD logic)
|
||||
|
||||
Reference in New Issue
Block a user