summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/Multicaster.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-01-28 20:48:23 +0000
committerAlan Conway <aconway@apache.org>2009-01-28 20:48:23 +0000
commitbea927aff631a66be6c8b509ceb22f676dcc2900 (patch)
treeea4e3f4bd4c0ff646a79278b179eaaafb69ef55e /cpp/src/qpid/cluster/Multicaster.h
parent56037de983e759c984836f52f4762420ae438748 (diff)
downloadqpid-python-bea927aff631a66be6c8b509ceb22f676dcc2900.tar.gz
Remove defunct --cluster-mcast-max optionn.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@738618 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, 0 insertions, 2 deletions
diff --git a/cpp/src/qpid/cluster/Multicaster.h b/cpp/src/qpid/cluster/Multicaster.h
index 7e62134b96..1dfee47bd5 100644
--- a/cpp/src/qpid/cluster/Multicaster.h
+++ b/cpp/src/qpid/cluster/Multicaster.h
@@ -46,7 +46,6 @@ class Multicaster
public:
/** Starts in holding mode: connection data events are held, other events are mcast */
Multicaster(Cpg& cpg_,
- size_t mcastMax,
const boost::shared_ptr<sys::Poller>&,
boost::function<void()> onError
);
@@ -71,7 +70,6 @@ class Multicaster
bool holding;
PlainEventQueue holdingQueue;
std::vector<struct ::iovec> ioVector;
- size_t mcastMax, pending;
};
}} // namespace qpid::cluster