X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/06282fd37814c4a9d53bca089b048709b368f5b3..ab9eee5d7f1fbe7a3fe6229d4a78136efb14371b:/rpc/poll_mgr.cc diff --git a/rpc/poll_mgr.cc b/rpc/poll_mgr.cc index ebd61e1..a3ab08a 100644 --- a/rpc/poll_mgr.cc +++ b/rpc/poll_mgr.cc @@ -1,7 +1,8 @@ -#include "poll_mgr.h" +#include "include/rpc/poll_mgr.h" #include #include -#include "file.h" +#include "include/rpc/file.h" +#include "include/debug.h" #ifdef __linux__ #include @@ -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;