diff options
| author | Alan Conway <aconway@apache.org> | 2009-03-02 23:30:08 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-03-02 23:30:08 +0000 |
| commit | 99e95eaf3713e70c3b78648c97d92659b61f89b8 (patch) | |
| tree | a7766d683b7fd7d49dcf2086f55bc8c85867fb09 /qpid/cpp/xml | |
| parent | 1552176f75ced7be7a574c6bbd98ef92fd037ca4 (diff) | |
| download | qpid-python-99e95eaf3713e70c3b78648c97d92659b61f89b8.tar.gz | |
Replicate connection decoder fragments to new members.
Refactoring:
- Merge Decoder into ConnectionMap.
- Process cluster controls in event queue thread.
- Use counter not pointer for connection ID, avoid re-use.
- Do all processing in event queue thread to avoid races
(temporary pending performance measurements)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@749473 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/xml')
| -rw-r--r-- | qpid/cpp/xml/cluster.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/xml/cluster.xml b/qpid/cpp/xml/cluster.xml index 2cf4e915b6..d3e4b488fb 100644 --- a/qpid/cpp/xml/cluster.xml +++ b/qpid/cpp/xml/cluster.xml @@ -125,6 +125,7 @@ <field name="member-id" type="uint64"/> <field name="connection-id" type="uint64"/> <field name="user-name" type="str8"/> + <field name="fragment" type="str32"/> </control> <!-- Complete a cluster state update. --> |
