summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/cluster.mk
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-10-03 20:56:38 +0000
committerAlan Conway <aconway@apache.org>2008-10-03 20:56:38 +0000
commit2f6a1d8f0a4614ff56cac9e5a75c20f2d244c243 (patch)
tree2ec2c2a66b4bd7aa95ec9a18369e25ebdd3585a1 /qpid/cpp/src/cluster.mk
parentc9c9f7a8065d4ebd755aca207e067dadc1d5d83c (diff)
downloadqpid-python-2f6a1d8f0a4614ff56cac9e5a75c20f2d244c243.tar.gz
Cluster join & brain-dumps working.
cluster: improved join protocol, fixed race conditions. client/ConnectionHandler,ConnectionImpl: fixed connection close race causing client hang. src/qpid/sys/PollableQueue.h: fixed incorrect use of startWatch/stopWatch. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@701532 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/cluster.mk')
-rw-r--r--qpid/cpp/src/cluster.mk8
1 files changed, 1 insertions, 7 deletions
diff --git a/qpid/cpp/src/cluster.mk b/qpid/cpp/src/cluster.mk
index 8060e49b97..443db3fb15 100644
--- a/qpid/cpp/src/cluster.mk
+++ b/qpid/cpp/src/cluster.mk
@@ -28,13 +28,7 @@ cluster_la_SOURCES = \
qpid/cluster/DumpClient.h \
qpid/cluster/DumpClient.cpp \
qpid/cluster/ClusterMap.h \
- qpid/cluster/ClusterMap.cpp \
- qpid/cluster/ClusterHandler.h \
- qpid/cluster/ClusterHandler.cpp \
- qpid/cluster/JoiningHandler.h \
- qpid/cluster/JoiningHandler.cpp \
- qpid/cluster/MemberHandler.h \
- qpid/cluster/MemberHandler.cpp
+ qpid/cluster/ClusterMap.cpp
cluster_la_LIBADD= -lcpg libqpidbroker.la libqpidclient.la