diff options
Diffstat (limited to 'qpid/cpp/xml/cluster.xml')
| -rw-r--r-- | qpid/cpp/xml/cluster.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/xml/cluster.xml b/qpid/cpp/xml/cluster.xml index df90fc6f82..f66c7a7791 100644 --- a/qpid/cpp/xml/cluster.xml +++ b/qpid/cpp/xml/cluster.xml @@ -74,7 +74,7 @@ <control name="deliver-close" code="0x2"/> <control name="deliver-do-output" code="0x3"> - <field name="bytes" type="uint32"/> + <field name="limit" type="uint32"/> </control> <!-- Update controls. Sent to a new broker in joining mode. @@ -139,6 +139,7 @@ <field name="connection-id" type="uint64"/> <field name="user-name" type="str8"/> <field name="fragment" type="str32"/> + <field name="send-max" type="uint32"/> </control> <!-- Complete a cluster state update. --> |
