Simplify connection registry
This commit is contained in:
@@ -126,7 +126,6 @@ private:
|
||||
int create_listen_socket();
|
||||
void create_epoll_instances();
|
||||
void start_io_threads(std::vector<std::thread> &threads);
|
||||
void cleanup_resources();
|
||||
|
||||
// Helper to get epoll fd for a thread using round-robin
|
||||
int get_epoll_for_thread(int thread_id) const;
|
||||
|
||||
Reference in New Issue
Block a user