summaryrefslogtreecommitdiff
path: root/cpp/xml
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-03-30 20:57:12 +0000
committerAlan Conway <aconway@apache.org>2010-03-30 20:57:12 +0000
commitd13a8d895087b0a8e5a3535466bd8a5d065ae6be (patch)
treedff4863a629ded4ecd092f43655ff8ebf5663390 /cpp/xml
parent6fbe67c713215a289e86d32fae48205d8f3062d2 (diff)
downloadqpid-python-d13a8d895087b0a8e5a3535466bd8a5d065ae6be.tar.gz
Cluster logging improvements: log config changes in the deliver thread.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@929274 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 8f94eb3fd1..c4750a3195 100644
--- a/cpp/xml/cluster.xml
+++ b/cpp/xml/cluster.xml
@@ -73,7 +73,9 @@
</control>
<control name="config-change" code="0x11" label="Raw cluster membership.">
- <field name="current" type="vbin16"/> <!-- packed member-id array -->
+ <field name="members" type="vbin16"/> <!-- packed member-id array -->
+ <field name="joined" type="vbin16"/> <!-- packed member-id array -->
+ <field name="left" type="vbin16"/> <!-- packed member-id array -->
</control>
<control name="message-expired" code="0x12">