summaryrefslogtreecommitdiff
path: root/cpp/src/ha.mk
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2012-06-12 21:20:07 +0000
committerAlan Conway <aconway@apache.org>2012-06-12 21:20:07 +0000
commited0d321d0ad56b9ea3d370d8b6b34fce2c8ef892 (patch)
tree1e225776914dc5b14e0e38c8e2236d5ce144ac3b /cpp/src/ha.mk
parentc9fc98ae80a5d8c4f58541f9738aa975723ff3d6 (diff)
downloadqpid-python-ed0d321d0ad56b9ea3d370d8b6b34fce2c8ef892.tar.gz
QPID-3603: Introduced RemoteBackup to track backup status.
The primary creates RemoteBackup object for each connected or expected backup. On first being promoted, the new primary has a RemoteBackup for each of the known backups at the time of the failure. The RemoteBackup manages queue guards for its backup and tracks it's readiness. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1349540 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/ha.mk')
-rw-r--r--cpp/src/ha.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/ha.mk b/cpp/src/ha.mk
index dae924b6ea..2027a75706 100644
--- a/cpp/src/ha.mk
+++ b/cpp/src/ha.mk
@@ -51,8 +51,8 @@ ha_la_SOURCES = \
qpid/ha/ReplicationTest.cpp \
qpid/ha/ReplicationTest.h \
qpid/ha/Settings.h \
- qpid/ha/UnreadyQueueSet.cpp \
- qpid/ha/UnreadyQueueSet.h \
+ qpid/ha/RemoteBackup.cpp \
+ qpid/ha/RemoteBackup.h \
qpid/ha/types.cpp \
qpid/ha/types.h