summaryrefslogtreecommitdiff
path: root/qpid/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
commitfe86122a0353cbb9369fdaa489498fc513c42dca (patch)
tree419cf73e6e1fb26a51ec38fd35cd4e7d6f173ee9 /qpid/cpp/xml
parent59b772b3de00eda9f0d6a1d3fc13856cadba25fd (diff)
downloadqpid-python-fe86122a0353cbb9369fdaa489498fc513c42dca.tar.gz
QPID-3963: replicate learned failover addresses to new cluster members
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1332657 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/xml')
-rw-r--r--qpid/cpp/xml/cluster.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/qpid/cpp/xml/cluster.xml b/qpid/cpp/xml/cluster.xml
index 7b3f2fe63b..f9b8caf185 100644
--- a/qpid/cpp/xml/cluster.xml
+++ b/qpid/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>