summaryrefslogtreecommitdiff
path: root/qpid/cpp/xml
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-11-25 18:36:09 +0000
committerAlan Conway <aconway@apache.org>2009-11-25 18:36:09 +0000
commit8b804ca1645b09885ff2f3eb9a8540c842db92a2 (patch)
tree5bb06546d7a6ac7ac2a2a21d5649a774490eea79 /qpid/cpp/xml
parent5f94901345298cea65cb2ab0b49b9ad721fc9cb3 (diff)
downloadqpid-python-8b804ca1645b09885ff2f3eb9a8540c842db92a2.tar.gz
Consistency checks for persistent cluster startup.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@884226 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/xml')
-rw-r--r--qpid/cpp/xml/cluster.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/qpid/cpp/xml/cluster.xml b/qpid/cpp/xml/cluster.xml
index 49a1ea3638..c0b7127f68 100644
--- a/qpid/cpp/xml/cluster.xml
+++ b/qpid/cpp/xml/cluster.xml
@@ -92,9 +92,11 @@
<field name="type" type="error-type"/>
<field name="frame-seq" type="sequence-no"/>
</control>
-
- <control name="shutdown" code="0x20" label="Shut down entire cluster"/>
+ <!-- Shut down the entire cluster -->
+ <control name="shutdown" code="0x20">
+ <field name="shutdown-id" type="uuid"/>
+ </control>
</class>