diff options
| author | Alan Conway <aconway@apache.org> | 2009-02-03 21:28:14 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-02-03 21:28:14 +0000 |
| commit | d71457233eb57af17dea2e5d1dc56fdc4497da6a (patch) | |
| tree | 9405c253055e2a2eb26400a50b203df160a988c0 /qpid/cpp/src/cluster.mk | |
| parent | 788154168e3e243953c397b06ca3f4b25e4330da (diff) | |
| download | qpid-python-d71457233eb57af17dea2e5d1dc56fdc4497da6a.tar.gz | |
Fix for race conditions in cluster join.
- ConnectionDecoder: separated from Connection.
- cluster/PollableQueue: stop processing frames if PollableQueue is stopped.
- move state checks in event-queue handler to frame-queue handler.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@740459 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/cluster.mk')
| -rw-r--r-- | qpid/cpp/src/cluster.mk | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/qpid/cpp/src/cluster.mk b/qpid/cpp/src/cluster.mk index 9c76bb2239..f222b1e148 100644 --- a/qpid/cpp/src/cluster.mk +++ b/qpid/cpp/src/cluster.mk @@ -40,7 +40,7 @@ cluster_la_SOURCES = \ $(CMAN_SOURCES) \ qpid/cluster/Cluster.cpp \ qpid/cluster/Cluster.h \ - qpid/cluster/ClusterQueueHandler.h \ + qpid/cluster/PollableQueue.h \ qpid/cluster/ClusterMap.cpp \ qpid/cluster/ClusterMap.h \ qpid/cluster/ClusterPlugin.cpp \ @@ -49,8 +49,13 @@ cluster_la_SOURCES = \ qpid/cluster/ConnectionCodec.cpp \ qpid/cluster/ConnectionCodec.h \ qpid/cluster/ConnectionMap.h \ + qpid/cluster/ConnectionMap.cpp \ qpid/cluster/Cpg.cpp \ qpid/cluster/Cpg.h \ + qpid/cluster/Decoder.cpp \ + qpid/cluster/Decoder.h \ + qpid/cluster/ConnectionDecoder.cpp \ + qpid/cluster/ConnectionDecoder.h \ qpid/cluster/Dispatchable.h \ qpid/cluster/UpdateClient.cpp \ qpid/cluster/UpdateClient.h \ @@ -71,6 +76,7 @@ cluster_la_SOURCES = \ qpid/cluster/ThreadDispatch.h \ qpid/cluster/ProxyInputHandler.h \ qpid/cluster/Quorum.h \ + qpid/cluster/Updatee.h \ qpid/cluster/WriteEstimate.cpp \ qpid/cluster/WriteEstimate.h \ qpid/cluster/types.h |
