diff options
Diffstat (limited to 'cpp/src/qpid/cluster/ClusterPlugin.cpp')
-rw-r--r-- | cpp/src/qpid/cluster/ClusterPlugin.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/cluster/ClusterPlugin.cpp b/cpp/src/qpid/cluster/ClusterPlugin.cpp index cb1212505b..daed608eb8 100644 --- a/cpp/src/qpid/cluster/ClusterPlugin.cpp +++ b/cpp/src/qpid/cluster/ClusterPlugin.cpp @@ -76,6 +76,8 @@ struct ClusterOptions : public Options { "Experimental: initial estimate for write rate per multicast cycle") ("cluster-write-min", optValue(settings.writeMin, "Kb"), "Experimental: minimum estimate for write rate per multicast cycle") + // FIXME aconway 2009-05-20: temporary + ("cluster-check-errors", optValue(settings.checkErrors, "yes|no"), "Enable/disable cluster error checks. Normally should be enabled.") ; } }; |