summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/ClusterPlugin.cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2009-01-09 14:47:21 +0000
committerAlan Conway <aconway@apache.org>2009-01-09 14:47:21 +0000
commitbd5ae249ef74e1707eb05dd6cc70bb816e318757 (patch)
tree8bddf4750138996b45b1c099b2619a9a836f2015 /cpp/src/qpid/cluster/ClusterPlugin.cpp
parent29efbadc913a3386ba5877512e0a8887504d4a42 (diff)
downloadqpid-python-bd5ae249ef74e1707eb05dd6cc70bb816e318757.tar.gz
Fix --cluster-mast-max: errors in last commit.
Work around problems with CPG flow control. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@733051 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/ClusterPlugin.cpp')
-rw-r--r--cpp/src/qpid/cluster/ClusterPlugin.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/src/qpid/cluster/ClusterPlugin.cpp b/cpp/src/qpid/cluster/ClusterPlugin.cpp
index 7f3a9ac6aa..6e1d275162 100644
--- a/cpp/src/qpid/cluster/ClusterPlugin.cpp
+++ b/cpp/src/qpid/cluster/ClusterPlugin.cpp
@@ -43,7 +43,6 @@ struct ClusterValues {
bool quorum;
size_t readMax, writeEstimate, mcastMax;
- // FIXME aconway 2008-12-09: revisit default.
ClusterValues() : quorum(false), readMax(10), writeEstimate(64), mcastMax(10) {}
Url getUrl(uint16_t port) const {