summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/qpid/ha/Primary.h
diff options
context:
space:
mode:
Diffstat (limited to 'qpid/cpp/src/qpid/ha/Primary.h')
-rw-r--r--qpid/cpp/src/qpid/ha/Primary.h10
1 files changed, 7 insertions, 3 deletions
diff --git a/qpid/cpp/src/qpid/ha/Primary.h b/qpid/cpp/src/qpid/ha/Primary.h
index 3187d80438..3de579a88d 100644
--- a/qpid/cpp/src/qpid/ha/Primary.h
+++ b/qpid/cpp/src/qpid/ha/Primary.h
@@ -85,11 +85,15 @@ class Primary
HaBroker& haBroker;
std::string logPrefix;
bool active;
+ /**
+ * Set of expected backups that must be ready before we declare ourselves
+ * active
+ */
BackupSet initialBackups;
/**
- * Backups is a map of all the remote backups we know about: any expected
- * backups plus all actual backups that have connected. We do not remove
- * entries when a backup disconnects. @see Primary::closed()
+ * Map of all the remote backups we know about: any expected backups plus
+ * all actual backups that have connected. We do not remove entries when a
+ * backup disconnects. @see Primary::closed()
*/
BackupMap backups;
boost::shared_ptr<broker::ConnectionObserver> connectionObserver;