summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/cluster.mk
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-01-21 20:40:38 +0000
committerAlan Conway <aconway@apache.org>2009-01-21 20:40:38 +0000
commit2458b87cb80643cbfe0539da74b53c607cd11e1b (patch)
treeb4ce8ffb5b671690330b396cbf0712ccc1a0cca0 /qpid/cpp/src/cluster.mk
parent7846b563a1041607f5d068b09bcd5d00c0afecfd (diff)
downloadqpid-python-2458b87cb80643cbfe0539da74b53c607cd11e1b.tar.gz
cluster: Pipeline decoding. About 10% improvement in latency and throughput.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@736409 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/cluster.mk')
-rw-r--r--qpid/cpp/src/cluster.mk21
1 files changed, 11 insertions, 10 deletions
diff --git a/qpid/cpp/src/cluster.mk b/qpid/cpp/src/cluster.mk
index 51672fd8bf..b13ce10b72 100644
--- a/qpid/cpp/src/cluster.mk
+++ b/qpid/cpp/src/cluster.mk
@@ -36,29 +36,30 @@ if HAVE_LIBCPG
dmodule_LTLIBRARIES += cluster.la
-cluster_la_SOURCES = \
- $(CMAN_SOURCES) \
- qpid/cluster/Cluster.cpp \
- qpid/cluster/Cluster.h \
+cluster_la_SOURCES = \
+ $(CMAN_SOURCES) \
+ qpid/cluster/Cluster.cpp \
+ qpid/cluster/Cluster.h \
qpid/cluster/ClusterLeaveException.h \
qpid/cluster/ClusterMap.cpp \
qpid/cluster/ClusterMap.h \
- qpid/cluster/ClusterPlugin.cpp \
- qpid/cluster/Connection.cpp \
+ qpid/cluster/ClusterPlugin.cpp \
+ qpid/cluster/Connection.cpp \
qpid/cluster/Connection.h \
qpid/cluster/ConnectionCodec.cpp \
qpid/cluster/ConnectionCodec.h \
- qpid/cluster/ConnectionMap.h \
+ qpid/cluster/ConnectionMap.h \
qpid/cluster/Cpg.cpp \
qpid/cluster/Cpg.h \
qpid/cluster/Dispatchable.h \
- qpid/cluster/DumpClient.cpp \
+ qpid/cluster/DumpClient.cpp \
qpid/cluster/DumpClient.h \
qpid/cluster/Event.cpp \
qpid/cluster/Event.h \
- qpid/cluster/FailoverExchange.cpp \
+ qpid/cluster/EventFrame.h \
+ qpid/cluster/FailoverExchange.cpp \
qpid/cluster/FailoverExchange.h \
- qpid/cluster/Multicaster.cpp \
+ qpid/cluster/Multicaster.cpp \
qpid/cluster/Multicaster.h \
qpid/cluster/NoOpConnectionOutputHandler.h \
qpid/cluster/OutputInterceptor.cpp \