Remove io_uring usage from osd_http and timerfd_manager

For better future interoperability with external event loops such as QEMU's one
This commit is contained in:
Vitaliy Filippov
2020-05-21 01:25:38 +03:00
parent f57731f8ca
commit a61ede9951
5 changed files with 122 additions and 179 deletions
+1
View File
@@ -327,6 +327,7 @@ class osd_t
// event loop, socket read/write
void loop();
void set_fd_handler(int fd, std::function<void(int, int)> handler);
void handle_epoll_events();
void read_requests();
void handle_read(ring_data_t *data, int peer_fd);