summaryrefslogtreecommitdiff
path: root/cpp/xml
diff options
context:
space:
mode:
authorKen Giusti <kgiusti@apache.org>2012-05-01 13:57:50 +0000
committerKen Giusti <kgiusti@apache.org>2012-05-01 13:57:50 +0000
commitc6e56b963cf1d48b37d42f679b99856f9aaed038 (patch)
tree0b4220d79034f488710ea696db43dd6b63f7a111 /cpp/xml
parented820c9a785098af71f44fc5daecf2fd2d62de19 (diff)
downloadqpid-python-c6e56b963cf1d48b37d42f679b99856f9aaed038.tar.gz
QPID-3963: replicate learned failover addresses to new cluster members
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1332657 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/xml')
-rw-r--r--cpp/xml/cluster.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/xml/cluster.xml b/cpp/xml/cluster.xml
index 7b3f2fe63b..f9b8caf185 100644
--- a/cpp/xml/cluster.xml
+++ b/cpp/xml/cluster.xml
@@ -326,6 +326,12 @@
<field name="dequeueSincePurge" type="uint32"/>
</control>
+ <!-- Replicate the internal state for an object - e.g. Links, bridges, etc -->
+ <control name="internal-state" code="0x42">
+ <field name="type" type="str8"/> <!-- The type of object the state is for (e.g. 'link') -->
+ <field name="name" type="str8"/> <!-- Identifies the particular object to be updated -->
+ <field name="state" type="map"/> <!-- The internal state for the object -->
+ </control>
</class>