summaryrefslogtreecommitdiff
path: root/cpp/xml
diff options
context:
space:
mode:
authorKenneth Anthony Giusti <kgiusti@apache.org>2012-05-01 13:57:50 +0000
committerKenneth Anthony Giusti <kgiusti@apache.org>2012-05-01 13:57:50 +0000
commit7f5c0c396574e7ccea29766ad380ca9a6e147325 (patch)
tree0b4220d79034f488710ea696db43dd6b63f7a111 /cpp/xml
parente9f721dc5b79666719f7626f5d182bc40ca21eba (diff)
downloadqpid-python-7f5c0c396574e7ccea29766ad380ca9a6e147325.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>