diff options
| author | Alan Conway <aconway@apache.org> | 2009-07-01 21:58:40 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-07-01 21:58:40 +0000 |
| commit | 155482f43f33c6aa5bd44e8ebd767017433d8988 (patch) | |
| tree | c16875df9ee03d584102a4f67906e8fe645a95c3 /qpid/cpp/xml/cluster.xml | |
| parent | 9892dd927a1dc1324d83f7f0ef6bb2f464dc6da1 (diff) | |
| download | qpid-python-155482f43f33c6aa5bd44e8ebd767017433d8988.tar.gz | |
Fix members joining cluster while cluster is handling client errors.
Completes the previous incomplete fix in r790163.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@790397 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/xml/cluster.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 474c191b0b..ab66179a05 100644 --- a/qpid/cpp/xml/cluster.xml +++ b/qpid/cpp/xml/cluster.xml @@ -36,6 +36,7 @@ <control name = "update-offer" code="0x2"> <field name="updatee" type="uint64"/> <field name="cluster-id" type="uuid"/> + <field name="version" type="uint32"/> </control> <!-- Sender retracts an offer to a new joiner. --> |
