diff options
| author | Alan Conway <aconway@apache.org> | 2010-02-05 18:17:57 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-02-05 18:17:57 +0000 |
| commit | 4908b9593c12e93ace60f7c15382c07750f1ca20 (patch) | |
| tree | d32ad984892603c73bef8f8146f8595323d41a72 /cpp/xml | |
| parent | 5e6c819aa19922a66288986b79e21dfd9a03c837 (diff) | |
| download | qpid-python-4908b9593c12e93ace60f7c15382c07750f1ca20.tar.gz | |
Synchronize management agent lists during cluster update.
- replicate management agent lists during cluster update.
- suppress management agent output during update.
- on join all members force full output at next periodic processing.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@907030 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/xml')
| -rw-r--r-- | cpp/xml/cluster.xml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/xml/cluster.xml b/cpp/xml/cluster.xml index 33553fe7f8..a879d5137b 100644 --- a/cpp/xml/cluster.xml +++ b/cpp/xml/cluster.xml @@ -248,6 +248,9 @@ <field name="bootSequence" type="uint16"/> </control> - + <!-- Replicate management agent's remote-agent map --> + <control name="management-agents" code="0x37"> + <field name="data" type="vbin32"/> + </control> </class> </amqp> |
