diff options
Diffstat (limited to 'cpp/xml/cluster.xml')
| -rw-r--r-- | cpp/xml/cluster.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cpp/xml/cluster.xml b/cpp/xml/cluster.xml index 49a1ea3638..c0b7127f68 100644 --- a/cpp/xml/cluster.xml +++ b/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> |
