diff options
| author | Alan Conway <aconway@apache.org> | 2009-05-27 16:39:15 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-05-27 16:39:15 +0000 |
| commit | b6780b5b42b168c62a3380e5fc15cc39fc374615 (patch) | |
| tree | 1ba66ece932dbbe371a3e840734d8cb218ec7f99 /cpp/src/qpid/cluster/Cluster.h | |
| parent | ba7280d1f6dc6a59021bfd86f20aa4382c3977a7 (diff) | |
| download | qpid-python-b6780b5b42b168c62a3380e5fc15cc39fc374615.tar.gz | |
Added missing locks in cluster code.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@779235 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/Cluster.h')
| -rw-r--r-- | cpp/src/qpid/cluster/Cluster.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/cluster/Cluster.h b/cpp/src/qpid/cluster/Cluster.h index bd401f3715..b857c8a913 100644 --- a/cpp/src/qpid/cluster/Cluster.h +++ b/cpp/src/qpid/cluster/Cluster.h @@ -155,6 +155,7 @@ class Cluster : private Cpg::Handler, public management::Manageable { void setReady(Lock&); void memberUpdate(Lock&); void setClusterId(const framing::Uuid&, Lock&); + void erase(const ConnectionId&, Lock&); // == Called in CPG dispatch thread void deliver( // CPG deliver callback. |
