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 | 829e6ed873f8870cbb418cdd4209b4ae5deb264d (patch) | |
| tree | f85d03e53072f9e4a0d294f219e7a7a473e176cf /cpp/src/cluster.mk | |
| parent | b0149eb99d4157a011a1ea57d74164f2cafc9ce9 (diff) | |
| download | qpid-python-829e6ed873f8870cbb418cdd4209b4ae5deb264d.tar.gz | |
Cluster: separated connection map lock to reduce contention.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@724371 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/cluster.mk')
| -rw-r--r-- | cpp/src/cluster.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/cluster.mk b/cpp/src/cluster.mk index 3deb390649..fe2342a416 100644 --- a/cpp/src/cluster.mk +++ b/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 \ |
