summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/ha.mk
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2012-07-13 18:45:23 +0000
committerAlan Conway <aconway@apache.org>2012-07-13 18:45:23 +0000
commitc22cb4bef13a4a12a0c4098bad6da44c1a2cd444 (patch)
tree69fb4648a49723a312bf1d8a06ab2ac3fcd8d33c /qpid/cpp/src/ha.mk
parent9170505cdd578ca48679d1245da6a4c1acefc2b0 (diff)
downloadqpid-python-c22cb4bef13a4a12a0c4098bad6da44c1a2cd444.tar.gz
QPID-4107 HA does not replicate alternate-exchange
Set alternate exchange on replicated queues and exchanges. If the exchange is available, set it immediately. Otherwise remember what needs to be set so it can be set when the exchange becomes available. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1361334 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/ha.mk')
-rw-r--r--qpid/cpp/src/ha.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/cpp/src/ha.mk b/qpid/cpp/src/ha.mk
index 906dd775bd..9ec46a5156 100644
--- a/qpid/cpp/src/ha.mk
+++ b/qpid/cpp/src/ha.mk
@@ -23,6 +23,7 @@
dmoduleexec_LTLIBRARIES += ha.la
ha_la_SOURCES = \
+ qpid/ha/AltExchangeSetter.h \
qpid/ha/Backup.cpp \
qpid/ha/Backup.h \
qpid/ha/BackupConnectionExcluder.h \