summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Cluster.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-08-05 16:24:25 +0000
committerAlan Conway <aconway@apache.org>2008-08-05 16:24:25 +0000
commit6bed4cf29dda54560af44d16143fa4b24b65245b (patch)
treec5752b2219a78e786dbbc6f532ce5d4bcbd5c858 /cpp/src/qpid/cluster/Cluster.h
parentbb667cf14d21dc8a873636a9cf5e3017f4aa5503 (diff)
downloadqpid-python-6bed4cf29dda54560af44d16143fa4b24b65245b.tar.gz
Fix sporadic shutdown hang in clustered broker.
Add start|stop_cluster test scripts git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@682774 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/Cluster.h')
-rw-r--r--cpp/src/qpid/cluster/Cluster.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/Cluster.h b/cpp/src/qpid/cluster/Cluster.h
index 7147b1ac05..7ce0354a80 100644
--- a/cpp/src/qpid/cluster/Cluster.h
+++ b/cpp/src/qpid/cluster/Cluster.h
@@ -122,8 +122,8 @@ class Cluster : private sys::Runnable, private Cpg::Handler, public RefCounted
ConnectionInterceptor* getShadowConnection(const Cpg::Id&, void*);
mutable sys::Monitor lock; // Protect access to members.
+ broker::Broker* broker;
Cpg cpg;
- boost::intrusive_ptr<broker::Broker> broker;
Cpg::Name name;
Url url;
MemberMap members;