summaryrefslogtreecommitdiff
path: root/qpid/cpp/xml
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-11-17 18:09:21 +0000
committerAlan Conway <aconway@apache.org>2009-11-17 18:09:21 +0000
commit1f91e22255a62a408d5fc82e0d0ed8c6260a49f7 (patch)
tree6a5646b695f6aba7915f017d1d6b06e17dd2ee95 /qpid/cpp/xml
parent20e76d9894129f94f58a6b4794f64dbb4ddf8820 (diff)
downloadqpid-python-1f91e22255a62a408d5fc82e0d0ed8c6260a49f7.tar.gz
Integrated InitialStatusMap into cluster code.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@881423 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/xml')
-rw-r--r--qpid/cpp/xml/cluster.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/qpid/cpp/xml/cluster.xml b/qpid/cpp/xml/cluster.xml
index c78ab7d937..209143b31b 100644
--- a/qpid/cpp/xml/cluster.xml
+++ b/qpid/cpp/xml/cluster.xml
@@ -40,8 +40,6 @@
<!-- Sender offers an update to a new joiner. -->
<control name = "update-offer" code="0x2">
<field name="updatee" type="uint64"/>
- <field name="cluster-id" type="uuid"/>
- <field name="version" type="uint32"/>
</control>
<!-- Sender retracts an offer to a new joiner. -->
@@ -53,7 +51,9 @@
<control name="initial-status" code="0x4">
<field name="active" type="bit"/>
<field name="persistent" type="bit"/>
- <field name="properties" type="map"/>>
+ <field name="cluster-id" type="uuid"/>>
+ <field name="version" type="uint32"/>
+ <field name="url" type="str16"/>>
</control>
<!-- New member or updater is ready as an active member. -->