summaryrefslogtreecommitdiff
path: root/cpp/xml
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2011-08-30 19:35:36 +0000
committerAlan Conway <aconway@apache.org>2011-08-30 19:35:36 +0000
commit29d42b92fe4ce26a9e2e17d95c16dcb9daf45a0e (patch)
tree90197ad29f636385177a55b3876906042114535c /cpp/xml
parent9888c13e5e0a51895cd20ccb1bc5fc95e2a27091 (diff)
downloadqpid-python-29d42b92fe4ce26a9e2e17d95c16dcb9daf45a0e.tar.gz
QPID-3384: DTX transactions - replicate suspended transactions.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1163347 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/xml')
-rw-r--r--cpp/xml/cluster.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/xml/cluster.xml b/cpp/xml/cluster.xml
index f49f8dbfff..899625f5ec 100644
--- a/cpp/xml/cluster.xml
+++ b/cpp/xml/cluster.xml
@@ -227,6 +227,7 @@
<control name="dtx-buffer-ref" code="0x1D">
<field name="xid" type="str16"/>
<field name="index" type="uint32"/>
+ <field name="suspended" type="bit"/>
</control>
<control name="dtx-work-record" code="0x1E">
@@ -246,6 +247,7 @@
<field name="received" type="sequence-no"/> <!-- Received up to here (>= expected) -->
<field name="unknown-completed" type="sequence-set"/> <!-- Completed but not known to peer. -->
<field name="received-incomplete" type="sequence-set"/> <!-- Received and incomplete -->
+ <field name="dtx-selected" type="bit"/>
</control>
<!-- Complete a shadow connection update. -->