From a20e61cd40e6236a61bde1d6d0af165e6b0b12d1 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 12 Aug 2008 17:31:53 +0000 Subject: 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 --- cpp/src/cluster.mk | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cpp/src/cluster.mk') 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 -- cgit v1.2.1