Rolled handle infrastructure into rpcc.
[invirt/third/libt4.git] / rpc / poll_mgr.cc
index ebd61e1..102b8dc 100644 (file)
@@ -2,6 +2,7 @@
 #include <errno.h>
 #include <sys/select.h>
 #include "file.h"
+#include "threaded_log.h"
 
 #ifdef __linux__
 #include <sys/epoll.h>
@@ -11,8 +12,6 @@ using std::vector;
 
 aio_callback::~aio_callback() {}
 
-poll_mgr poll_mgr::shared_mgr;
-
 class wait_manager {
     public:
         virtual void watch_fd(int fd, poll_flag flag) = 0;