diff options
| author | Alan Conway <aconway@apache.org> | 2010-01-28 21:38:19 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-01-28 21:38:19 +0000 |
| commit | 9ba42cc7b5b593a94d879894d0d13276d56490aa (patch) | |
| tree | 9025ebbd90003cb434404ce1be7e47456651fb29 /cpp/src/qpid/cluster/UpdateClient.h | |
| parent | f1815fef1848e3fe006a9a4c944c6401ad7d6cc2 (diff) | |
| download | qpid-python-9ba42cc7b5b593a94d879894d0d13276d56490aa.tar.gz | |
QPID-2357 Broker boot sequence doesn't synchronize when clustered - patch from John Dunning
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@904270 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/UpdateClient.h')
| -rw-r--r-- | cpp/src/qpid/cluster/UpdateClient.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/cluster/UpdateClient.h b/cpp/src/qpid/cluster/UpdateClient.h index 29ef5f9df2..7407b7450b 100644 --- a/cpp/src/qpid/cluster/UpdateClient.h +++ b/cpp/src/qpid/cluster/UpdateClient.h @@ -29,6 +29,7 @@ #include "qpid/client/AsyncSession.h" #include "qpid/broker/SemanticState.h" #include "qpid/sys/Runnable.h" +#include "qmf/org/apache/qpid/broker/ManagementSetupState.h" #include <boost/shared_ptr.hpp> @@ -97,6 +98,7 @@ class UpdateClient : public sys::Runnable { void updateConsumer(const broker::SemanticState::ConsumerImpl::shared_ptr&); void updateQueueListeners(const boost::shared_ptr<broker::Queue>&); void updateQueueListener(std::string& q, const boost::shared_ptr<broker::Consumer>& c); + void updateManagementSetupState(broker::Broker & b); Numbering<broker::SemanticState::ConsumerImpl::shared_ptr> consumerNumbering; MemberId updaterId; |
