From 6bed4cf29dda54560af44d16143fa4b24b65245b Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 5 Aug 2008 16:24:25 +0000 Subject: 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 --- cpp/src/qpid/cluster/Cluster.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/qpid/cluster/Cluster.h') 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; Cpg::Name name; Url url; MemberMap members; -- cgit v1.2.1