X-Git-Url: http://xvm.mit.edu/gitweb/invirt/third/libt4.git/blobdiff_plain/26ade07ab0e62b98b452fbbd18edba0450035e35..03b35a9a1bd1f583e32b27d260b223a0989d6c75:/rpc/poll_mgr.h diff --git a/rpc/poll_mgr.h b/rpc/poll_mgr.h index 44ac9f8..d8cfd20 100644 --- a/rpc/poll_mgr.h +++ b/rpc/poll_mgr.h @@ -33,10 +33,10 @@ class poll_mgr { void wait_loop(); private: - mutex m_; + std::mutex m_; cond changedone_c_; - map callbacks_; + std::map callbacks_; unique_ptr aio_; bool pending_change_=false, shutdown_=false;