summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Multicaster.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-12-12 15:23:39 +0000
committerAlan Conway <aconway@apache.org>2008-12-12 15:23:39 +0000
commitc3a95e5db514598ecf0a543ceccd4e4a4084ca39 (patch)
tree6cf3b6bfcd5f60760098424c9782fe6bd680a287 /cpp/src/qpid/cluster/Multicaster.h
parent3ff85ea13d228f4f548c98d0c72219ec5faff552 (diff)
downloadqpid-python-c3a95e5db514598ecf0a543ceccd4e4a4084ca39.tar.gz
cluster/Event: store event header in the same buffer as data to simplify encoding.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@726043 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/Multicaster.h')
-rw-r--r--cpp/src/qpid/cluster/Multicaster.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/cluster/Multicaster.h b/cpp/src/qpid/cluster/Multicaster.h
index e7aff7fe7c..8b306ce10e 100644
--- a/cpp/src/qpid/cluster/Multicaster.h
+++ b/cpp/src/qpid/cluster/Multicaster.h
@@ -27,6 +27,7 @@
#include "qpid/sys/PollableQueue.h"
#include "qpid/sys/Mutex.h"
#include <boost/shared_ptr.hpp>
+#include <sys/uio.h> // For iovec
namespace qpid {
@@ -63,6 +64,7 @@ class Multicaster
PollableEventQueue queue;
bool holding;
PlainEventQueue holdingQueue;
+ std::vector<struct ::iovec> ioVector;
};
}} // namespace qpid::cluster