-#include "poll_mgr.h"
+#include "include/rpc/poll_mgr.h"
#include <errno.h>
#include <sys/select.h>
-#include "file.h"
+#include "include/rpc/file.h"
+#include "include/debug.h"
#ifdef __linux__
#include <sys/epoll.h>
aio_callback::~aio_callback() {}
-poll_mgr poll_mgr::shared_mgr;
-
class wait_manager {
public:
virtual void watch_fd(int fd, poll_flag flag) = 0;