summaryrefslogtreecommitdiff
path: root/cpp/xml
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/xml')
-rw-r--r--cpp/xml/cluster.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/xml/cluster.xml b/cpp/xml/cluster.xml
index 955f702f5f..6555ea1162 100644
--- a/cpp/xml/cluster.xml
+++ b/cpp/xml/cluster.xml
@@ -44,6 +44,10 @@
<control name="ready" code="0x10" label="New member is ready.">
<field name="url" type="str16"/>
</control>
+
+ <control name="config-change" code="0x11" label="Raw cluster membership.">
+ <field name="current" type="vbin16"/> <!-- packed member-id array -->
+ </control>
<control name="shutdown" code="0x20" label="Shut down entire cluster"/>
</class>