diff options
author | Alan Conway <aconway@apache.org> | 2010-12-15 14:40:01 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2010-12-15 14:40:01 +0000 |
commit | c50499e4c309e43367c2ff4ab478d85f88c3124c (patch) | |
tree | 4a16a98213901f151d0550b9350b38b5bf041c85 /cpp/src/qpid/cluster/Cluster.cpp | |
parent | 086fd98a8869bf141a525b30e9c0f33d71b2a655 (diff) | |
download | qpid-python-c50499e4c309e43367c2ff4ab478d85f88c3124c.tar.gz |
Bug 662765 - Management broker ID should be the same for members of a cluster.
Replicate management UUID and name to members of a cluster.
See https://bugzilla.redhat.com/show_bug.cgi?id=662765.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1049566 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/Cluster.cpp')
-rw-r--r-- | cpp/src/qpid/cluster/Cluster.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/Cluster.cpp b/cpp/src/qpid/cluster/Cluster.cpp index 4f98c60cad..0013c370a7 100644 --- a/cpp/src/qpid/cluster/Cluster.cpp +++ b/cpp/src/qpid/cluster/Cluster.cpp @@ -198,7 +198,7 @@ namespace _qmf = ::qmf::org::apache::qpid::cluster; * Currently use SVN revision to avoid clashes with versions from * different branches. */ -const uint32_t Cluster::CLUSTER_VERSION = 1039478; +const uint32_t Cluster::CLUSTER_VERSION = 1045272; struct ClusterDispatcher : public framing::AMQP_AllOperations::ClusterHandler { qpid::cluster::Cluster& cluster; |