diff options
| author | Alan Conway <aconway@apache.org> | 2012-05-22 18:11:07 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2012-05-22 18:11:07 +0000 |
| commit | e9cf88573a6532010a70f28fec8869bc034fe16b (patch) | |
| tree | 7cc00269c3a5a772ea119aedc5ae23720f26ee75 /qpid/cpp/src/CMakeLists.txt | |
| parent | 1cba9546cc2c521d6ee4099bed9ff1eb0d09afd5 (diff) | |
| download | qpid-python-e9cf88573a6532010a70f28fec8869bc034fe16b.tar.gz | |
QPID-3603: HA backups pass identifying info to primary.
Pass hostname, management UUID and status in link connection arguments.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1341580 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/CMakeLists.txt')
| -rw-r--r-- | qpid/cpp/src/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/CMakeLists.txt b/qpid/cpp/src/CMakeLists.txt index 8e4e9dae34..2ccb52e5de 100644 --- a/qpid/cpp/src/CMakeLists.txt +++ b/qpid/cpp/src/CMakeLists.txt @@ -628,6 +628,8 @@ if (BUILD_HA) set (ha_SOURCES qpid/ha/Backup.cpp qpid/ha/Backup.h + qpid/ha/BrokerInfo.h + qpid/ha/BrokerInfo.cpp qpid/ha/BrokerReplicator.cpp qpid/ha/BrokerReplicator.h qpid/ha/ConnectionExcluder.cpp |
