summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Multicaster.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-08-14 12:56:31 +0000
committerAlan Conway <aconway@apache.org>2009-08-14 12:56:31 +0000
commit2c25d5df48b3f365bf7e027efde26edf255f081e (patch)
treeb443ccec05f4801dfe25536b694fdd4f3720b82a /cpp/src/qpid/cluster/Multicaster.h
parent401ab61bdc05fa510c47bd3c7c7b3711c24cf591 (diff)
downloadqpid-python-2c25d5df48b3f365bf7e027efde26edf255f081e.tar.gz
Revert "Batch multiple events into a single CPG multicast."
This reverts svn revision 803713: Batch multiple events into a single CPG multicast. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@804206 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/Multicaster.h')
-rw-r--r--cpp/src/qpid/cluster/Multicaster.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/cpp/src/qpid/cluster/Multicaster.h b/cpp/src/qpid/cluster/Multicaster.h
index 652900aa0f..f2ee5099bb 100644
--- a/cpp/src/qpid/cluster/Multicaster.h
+++ b/cpp/src/qpid/cluster/Multicaster.h
@@ -29,7 +29,6 @@
#include "qpid/sys/LatencyTracker.h"
#include <boost/shared_ptr.hpp>
#include <deque>
-#include <vector>
namespace qpid {
@@ -73,7 +72,7 @@ class Multicaster
PollableEventQueue queue;
bool holding;
PlainEventQueue holdingQueue;
- std::vector< ::iovec> ioVector;
+ std::vector<struct ::iovec> ioVector;
};
}} // namespace qpid::cluster