diff options
Diffstat (limited to 'cpp/src/qpid/cluster/Quorum_cman.h')
-rw-r--r-- | cpp/src/qpid/cluster/Quorum_cman.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/Quorum_cman.h b/cpp/src/qpid/cluster/Quorum_cman.h index 130f1baf64..98e6baee89 100644 --- a/cpp/src/qpid/cluster/Quorum_cman.h +++ b/cpp/src/qpid/cluster/Quorum_cman.h @@ -34,6 +34,7 @@ extern "C" { namespace qpid { namespace sys { class Poller; +class PosixIOHandle; } namespace cluster { @@ -51,9 +52,9 @@ class Quorum { int getFd(); void watch(int fd); - bool enable; cman_handle_t cman; int cmanFd; + std::auto_ptr<sys::PosixIOHandle> ioHandle; std::auto_ptr<sys::DispatchHandleRef> dispatchHandle; boost::shared_ptr<sys::Poller> poller; }; |