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 | afeee67260c2367a7c79b9c80c68fef680d34fab (patch) | |
| tree | d32ad984892603c73bef8f8146f8595323d41a72 /cpp/xml/cluster.xml | |
| parent | ea92479dfa1634c46d29af08be7f345c5621c4f9 (diff) | |
| download | qpid-python-afeee67260c2367a7c79b9c80c68fef680d34fab.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/cluster.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> |
