diff options
| author | Alan Conway <aconway@apache.org> | 2008-12-08 14:57:05 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-12-08 14:57:05 +0000 |
| commit | 31822740bdc69838d66477e3d91b15dd54885cef (patch) | |
| tree | 2d993b0fc22fb96aff87fd4961ff40106214d7d0 /qpid/cpp/src/cluster.mk | |
| parent | bc487c6e895226e4b35f46077082ee7a7fcef220 (diff) | |
| download | qpid-python-31822740bdc69838d66477e3d91b15dd54885cef.tar.gz | |
Cluster: separated connection map lock to reduce contention.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@724371 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/cluster.mk')
| -rw-r--r-- | qpid/cpp/src/cluster.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/cluster.mk b/qpid/cpp/src/cluster.mk index 3deb390649..fe2342a416 100644 --- a/qpid/cpp/src/cluster.mk +++ b/qpid/cpp/src/cluster.mk @@ -31,6 +31,7 @@ cluster_la_SOURCES = \ qpid/cluster/ConnectionCodec.cpp \ qpid/cluster/Connection.h \ qpid/cluster/Connection.cpp \ + qpid/cluster/ConnectionMap.h \ qpid/cluster/NoOpConnectionOutputHandler.h \ qpid/cluster/WriteEstimate.h \ qpid/cluster/WriteEstimate.cpp \ |
