summaryrefslogtreecommitdiff
path: root/cpp/xml
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-09-18 20:18:29 +0000
committerAlan Conway <aconway@apache.org>2008-09-18 20:18:29 +0000
commitb210ae04b88afa38238ca56e474ca60533f2768b (patch)
tree9caa01a04713bcc33a1a3b7cbbb4e84e96232713 /cpp/xml
parentaedf627380016ebf210ea88029be8bd338ffc989 (diff)
downloadqpid-python-b210ae04b88afa38238ca56e474ca60533f2768b.tar.gz
Dump shared state to new cluster members.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@696788 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/xml')
-rw-r--r--cpp/xml/cluster.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/xml/cluster.xml b/cpp/xml/cluster.xml
index ba4e50d21e..2acf0aea82 100644
--- a/cpp/xml/cluster.xml
+++ b/cpp/xml/cluster.xml
@@ -60,7 +60,8 @@ o<?xml version="1.0"?>
- attach sessions, create consumers, set flow with normal AMQP cokmmands.
- reset session state by sending session-state for each session.
- frames following session-state are replay frames.
- - send shadow-ready to mark end of dump.
+ - send shadow-ready to mark end of shadow dump.
+ - send dump-complete when entire dump is complete.
-->
<control name="session-state" code="0x4" label="Set session state during a brain dump.">
<!-- Target session deduced from channel number. -->
@@ -79,5 +80,6 @@ o<?xml version="1.0"?>
<field name="connection-id" type="uint64"/>
</control>
+ <control name="dump-complete" code="0x6" label="End of brain dump."/>
</class>
</amqp>