summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Cluster.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-07-08 15:22:37 +0000
committerAlan Conway <aconway@apache.org>2008-07-08 15:22:37 +0000
commit43664d69dc90c128ad3f73327ac8331b02d7a38c (patch)
treee92629756eb899c3ad6cdac129a84e1966b4db40 /cpp/src/qpid/cluster/Cluster.cpp
parent50d4782e2f3676723a2df5bf6a420d45fb55467d (diff)
downloadqpid-python-43664d69dc90c128ad3f73327ac8331b02d7a38c.tar.gz
Removed static Cpg::handlers, fixed ForkedBroker shutdown.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@674855 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/Cluster.cpp')
-rw-r--r--cpp/src/qpid/cluster/Cluster.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/cluster/Cluster.cpp b/cpp/src/qpid/cluster/Cluster.cpp
index 2727d5af0a..d97a840f82 100644
--- a/cpp/src/qpid/cluster/Cluster.cpp
+++ b/cpp/src/qpid/cluster/Cluster.cpp
@@ -114,6 +114,7 @@ Cluster::~Cluster() {
QPID_LOG(trace, *this << " Leaving cluster.");
try {
cpg.leave(name);
+ cpg.shutdown();
dispatcher.join();
}
catch (const std::exception& e) {