summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Connection.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-07-31 18:40:26 +0000
committerAlan Conway <aconway@apache.org>2009-07-31 18:40:26 +0000
commit30057848b8044a31631a55b768cc0675b56811d4 (patch)
tree966afc9c78dcfe18f3d9b2d5d19073e668499eb9 /cpp/src/qpid/cluster/Connection.h
parent0a26b8c9543e066a19c8b457f41425972eb0b0c4 (diff)
downloadqpid-python-30057848b8044a31631a55b768cc0675b56811d4.tar.gz
Fix race condition in cluster error handling.
If different errors occured almost simultaneously on two different nodes in a cluster, there was a race condition that could cause the cluster to hang. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@799687 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/Connection.h')
-rw-r--r--cpp/src/qpid/cluster/Connection.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/Connection.h b/cpp/src/qpid/cluster/Connection.h
index e15c23ccf2..2799cc9fe1 100644
--- a/cpp/src/qpid/cluster/Connection.h
+++ b/cpp/src/qpid/cluster/Connection.h
@@ -122,7 +122,7 @@ class Connection :
void shadowReady(uint64_t memberId, uint64_t connectionId, const std::string& username, const std::string& fragment, uint32_t sendMax);
- void membership(const framing::FieldTable&, const framing::FieldTable&, uint64_t frameSeq);
+ void membership(const framing::FieldTable&, const framing::FieldTable&, const framing::SequenceNumber& frameSeq);
void retractOffer();