diff options
| author | Alan Conway <aconway@apache.org> | 2009-01-21 20:40:38 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2009-01-21 20:40:38 +0000 |
| commit | 35c504c10c6f5ae94216a4173c035720acec297e (patch) | |
| tree | 65c9aee831c5a92f9074d9ec0ece1b12ecc403b1 /cpp/src/cluster.mk | |
| parent | 3924106491c2fbfc05f5cbf4dbdeccc51c903cf2 (diff) | |
| download | qpid-python-35c504c10c6f5ae94216a4173c035720acec297e.tar.gz | |
cluster: Pipeline decoding. About 10% improvement in latency and throughput.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@736409 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/cluster.mk')
| -rw-r--r-- | cpp/src/cluster.mk | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/cpp/src/cluster.mk b/cpp/src/cluster.mk index 51672fd8bf..b13ce10b72 100644 --- a/cpp/src/cluster.mk +++ b/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 \ |
