diff options
| author | Alan Conway <aconway@apache.org> | 2008-09-12 18:07:47 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-09-12 18:07:47 +0000 |
| commit | ebb59131b198b693c5774dd51656fec520ddd770 (patch) | |
| tree | 688cbbfe3aae8874156cd2ac2bf9430ef3af19df /cpp/xml | |
| parent | ad8e400b786c5868d4e0d2aa880625240e44e311 (diff) | |
| download | qpid-python-ebb59131b198b693c5774dd51656fec520ddd770.tar.gz | |
Added ClusterMap and test. Moved PollableCondition, PollableQueue to sys.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@694758 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/xml')
| -rw-r--r-- | cpp/xml/cluster.xml | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/cpp/xml/cluster.xml b/cpp/xml/cluster.xml index 13c9054ba3..596a00158b 100644 --- a/cpp/xml/cluster.xml +++ b/cpp/xml/cluster.xml @@ -29,17 +29,14 @@ o<?xml version="1.0"?> <!-- Cluster membership --> - <control name = "joining" code="0x1"> - <field name="joining" type="str16" label="URL of new member joining cluster."/> + <control name = "url-notice" code="0x1" label="Url to use for a cluster member"> + <field name="url" type="str16" label="URL for brain dump to new member."/> </control> - - <control name="ready" code="0x2" label="New member is ready."/> - - <control name="members" code="0x3" label="Cluster map sent to new members."> + <control name="map" code="0x3" label="Cluster map sent to new members."> <field name="members" type="map"/> <!-- member-id -> URL --> - <field name="donors" type="map"/> <!-- member-id -> uint32 (donor-count) --> - <field name="newbies" type="map"/> <!-- member-id -> URL --> + <field name="dumpees" type="map"/> <!-- dumpee-id -> braindump URL --> + <field name="dumps" type="map"/> <!-- dumpee-id -> donor-id --> </control> <!-- Transferring broker state --> |
