diff options
Diffstat (limited to 'cpp/xml')
| -rw-r--r-- | cpp/xml/cluster.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/cpp/xml/cluster.xml b/cpp/xml/cluster.xml index 30cd159dd3..ecd4515558 100644 --- a/cpp/xml/cluster.xml +++ b/cpp/xml/cluster.xml @@ -110,6 +110,12 @@ <field name="shutdown-id" type="uuid"/> </control> + <!-- Deliver a message to a queue --> + <control name="deliver-to-queue" code="0x21"> + <field name="queue" type="str16"/> + <field name="message" type="vbin32"/> + </control> + </class> <!-- Controls associated with a specific connection. --> |
