From e60518c80a7ee6e96719a365d84b777aee59df4f Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 15 Sep 2008 19:39:22 +0000 Subject: Cluster member stalling, cluster map updates and unit tests. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@695593 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/qpid/cluster/OutputInterceptor.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpp/src/qpid/cluster/OutputInterceptor.cpp') diff --git a/cpp/src/qpid/cluster/OutputInterceptor.cpp b/cpp/src/qpid/cluster/OutputInterceptor.cpp index 82b0d3f077..3212d34775 100644 --- a/cpp/src/qpid/cluster/OutputInterceptor.cpp +++ b/cpp/src/qpid/cluster/OutputInterceptor.cpp @@ -98,8 +98,7 @@ void OutputInterceptor::sendDoOutput() { // Send it anyway to keep the doOutput chain going until we are sure there's no more output // (in deliverDoOutput) // - parent.getCluster().mcastFrame(AMQFrame(in_place( - framing::ProtocolVersion(), request)), parent.getId()); + parent.getCluster().mcastControl(ClusterConnectionDeliverDoOutputBody(ProtocolVersion(), request), &parent); QPID_LOG(trace, &parent << "Send doOutput request for " << request); } -- cgit v1.2.1