diff options
| author | Alan Conway <aconway@apache.org> | 2010-01-28 21:38:19 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-01-28 21:38:19 +0000 |
| commit | 9ba42cc7b5b593a94d879894d0d13276d56490aa (patch) | |
| tree | 9025ebbd90003cb434404ce1be7e47456651fb29 /cpp/xml/cluster.xml | |
| parent | f1815fef1848e3fe006a9a4c944c6401ad7d6cc2 (diff) | |
| download | qpid-python-9ba42cc7b5b593a94d879894d0d13276d56490aa.tar.gz | |
QPID-2357 Broker boot sequence doesn't synchronize when clustered - patch from John Dunning
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@904270 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/xml/cluster.xml')
| -rw-r--r-- | cpp/xml/cluster.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cpp/xml/cluster.xml b/cpp/xml/cluster.xml index 8513476d06..569cebaf14 100644 --- a/cpp/xml/cluster.xml +++ b/cpp/xml/cluster.xml @@ -237,5 +237,13 @@ <control name="management-schema" code="0x35"> <field name="data" type="vbin32"/> </control> + + <!-- added by jrd. propagate a management-setup-state widget --> + <control name="management-setup-state" code="0x36"> + <field name="objectNum" type="uint64"/> + <field name="bootSequence" type="uint16"/> + </control> + + </class> </amqp> |
