summaryrefslogtreecommitdiff
path: root/cpp/src/cluster.mk
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-08-12 17:31:53 +0000
committerAlan Conway <aconway@apache.org>2008-08-12 17:31:53 +0000
commita20e61cd40e6236a61bde1d6d0af165e6b0b12d1 (patch)
tree76528a7d0020832ddf4db1cb27fc6aa5f1b75f17 /cpp/src/cluster.mk
parentfb6350f465138ae0a2d0cb9231288ce5aa12a046 (diff)
downloadqpid-python-a20e61cd40e6236a61bde1d6d0af165e6b0b12d1.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/qpid@685237 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/cluster.mk')
-rw-r--r--cpp/src/cluster.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/cpp/src/cluster.mk b/cpp/src/cluster.mk
index 718dffff38..aa3644785b 100644
--- a/cpp/src/cluster.mk
+++ b/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