diff options
| author | Alan Conway <aconway@apache.org> | 2008-08-12 17:31:53 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-08-12 17:31:53 +0000 |
| commit | a1f525cb64b851a5177b7564d36c08f4d5c8898d (patch) | |
| tree | 1b4aa57113579dd58cddb394d7194aa023b1f90d /qpid/cpp/src/cluster.mk | |
| parent | c2c4435546670b6010205f82418caac7297a3e23 (diff) | |
| download | qpid-python-a1f525cb64b851a5177b7564d36c08f4d5c8898d.tar.gz | |
Move frame processing out of CPG dispatch queue for cluster.
PollableQueue is a pollable in-memory queue, will probably move it to sys.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@685237 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/cluster.mk')
| -rw-r--r-- | qpid/cpp/src/cluster.mk | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/qpid/cpp/src/cluster.mk b/qpid/cpp/src/cluster.mk index 718dffff38..aa3644785b 100644 --- a/qpid/cpp/src/cluster.mk +++ b/qpid/cpp/src/cluster.mk @@ -16,7 +16,10 @@ libqpidcluster_la_SOURCES = \ qpid/cluster/ConnectionInterceptor.cpp \ qpid/cluster/ClassifierHandler.h \ qpid/cluster/ClassifierHandler.cpp \ - qpid/cluster/ShadowConnectionOutputHandler.h + qpid/cluster/ShadowConnectionOutputHandler.h \ + qpid/cluster/PollableCondition.h \ + qpid/cluster/PollableCondition.cpp \ + qpid/cluster/PollableQueue.h libqpidcluster_la_LIBADD= -lcpg libqpidbroker.la |
