Global destructor clean-ups and python test fixes
[invirt/third/libt4.git] / rpc / poll_mgr.h
index d8cfd20..babf908 100644 (file)
@@ -31,6 +31,7 @@ class poll_mgr {
         void del_callback(int fd, poll_flag flag);
         void block_remove_fd(int fd);
         void wait_loop();
+        void shutdown();
 
     private:
         std::mutex m_;