summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/ha/Membership.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/ha/Membership.h')
-rw-r--r--cpp/src/qpid/ha/Membership.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/qpid/ha/Membership.h b/cpp/src/qpid/ha/Membership.h
index 3bd8653a64..8406dccd5d 100644
--- a/cpp/src/qpid/ha/Membership.h
+++ b/cpp/src/qpid/ha/Membership.h
@@ -47,7 +47,7 @@ class Membership
void add(const BrokerInfo& b);
void remove(const types::Uuid& id);
bool contains(const types::Uuid& id);
- /** Return IDs of all backups other than self */
+ /** Return IDs of all READY backups other than self */
BrokerInfo::Set otherBackups() const;
void assign(const types::Variant::List&);