summaryrefslogtreecommitdiff
path: root/cpp/src/cluster.mk
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-02-03 21:28:14 +0000
committerAlan Conway <aconway@apache.org>2009-02-03 21:28:14 +0000
commit729e9ce65125154cfdd2877abc8f7a901ad7caa2 (patch)
tree433e563454062f0ab10705cb1913b0de53558168 /cpp/src/cluster.mk
parent779753f10d0ff1295d1282e367a3973f283ab34f (diff)
downloadqpid-python-729e9ce65125154cfdd2877abc8f7a901ad7caa2.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/qpid@740459 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/cluster.mk')
-rw-r--r--cpp/src/cluster.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/cpp/src/cluster.mk b/cpp/src/cluster.mk
index 9c76bb2239..f222b1e148 100644
--- a/cpp/src/cluster.mk
+++ b/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