diff options
author | Alan Conway <aconway@apache.org> | 2008-09-15 19:39:22 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2008-09-15 19:39:22 +0000 |
commit | e60518c80a7ee6e96719a365d84b777aee59df4f (patch) | |
tree | ba4d2cc340b6497265df9624fb0385241a03b463 /cpp/src/qpid/cluster/OutputInterceptor.cpp | |
parent | 6099da5735246f255eb62be535a2f462c7d3bab9 (diff) | |
download | qpid-python-e60518c80a7ee6e96719a365d84b777aee59df4f.tar.gz |
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
Diffstat (limited to 'cpp/src/qpid/cluster/OutputInterceptor.cpp')
-rw-r--r-- | cpp/src/qpid/cluster/OutputInterceptor.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
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<ClusterConnectionDeliverDoOutputBody>( - framing::ProtocolVersion(), request)), parent.getId()); + parent.getCluster().mcastControl(ClusterConnectionDeliverDoOutputBody(ProtocolVersion(), request), &parent); QPID_LOG(trace, &parent << "Send doOutput request for " << request); } |