summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Cluster.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-12-01 15:40:14 +0000
committerAlan Conway <aconway@apache.org>2008-12-01 15:40:14 +0000
commit8f38c8b511bbf232c5a65203b415aff456e61992 (patch)
tree765c803dc8bef2c0c0fd753893cd7938dabc3a78 /cpp/src/qpid/cluster/Cluster.h
parentf2e3b43e71612f1ed8abee1cf8250e37141cd19e (diff)
downloadqpid-python-8f38c8b511bbf232c5a65203b415aff456e61992.tar.gz
cluster: Queue outgoing multicast events.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@722101 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/Cluster.h')
-rw-r--r--cpp/src/qpid/cluster/Cluster.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/qpid/cluster/Cluster.h b/cpp/src/qpid/cluster/Cluster.h
index d8be3f101d..81feef4919 100644
--- a/cpp/src/qpid/cluster/Cluster.h
+++ b/cpp/src/qpid/cluster/Cluster.h
@@ -190,8 +190,8 @@ class Cluster : private Cpg::Handler, public management::Manageable {
ConnectionMap connections;
NoOpConnectionOutputHandler shadowOut;
sys::DispatchHandle cpgDispatchHandle;
- PollableEventQueue deliverQueue;
- PlainEventQueue mcastQueue;
+ PollableEventQueue deliverQueue, mcastQueue;
+ PlainEventQueue mcastStallQueue;
uint32_t mcastId;
framing::Uuid clusterId;