summaryrefslogtreecommitdiff
path: root/cpp/src/CMakeLists.txt
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-01-27 22:21:28 +0000
committerAlan Conway <aconway@apache.org>2010-01-27 22:21:28 +0000
commit62315ddbbfcd5d41fd674bd2eb62f93d333d9ad4 (patch)
tree1dbb2bd598e496db5779fe420e0dab6d456aa71c /cpp/src/CMakeLists.txt
parent863b9e190616873c561a3f468f01e0fc793cd466 (diff)
downloadqpid-python-62315ddbbfcd5d41fd674bd2eb62f93d333d9ad4.tar.gz
QPID_2634 Management updates in timer create inconsistencies in a cluster.
Cluster plugin provides a PeriodicTimer implementation to the broker which executes tasks in the cluster dispatch thread simultaneously across the cluster. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@903869 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/CMakeLists.txt')
-rw-r--r--cpp/src/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/CMakeLists.txt b/cpp/src/CMakeLists.txt
index fd77e34619..1727de6eb0 100644
--- a/cpp/src/CMakeLists.txt
+++ b/cpp/src/CMakeLists.txt
@@ -733,6 +733,7 @@ set (qpidbroker_SOURCES
qpid/broker/Connection.cpp
qpid/broker/ConnectionHandler.cpp
qpid/broker/ConnectionFactory.cpp
+ qpid/broker/DelegatingPeriodicTimer.cpp
qpid/broker/DeliverableMessage.cpp
qpid/broker/DeliveryRecord.cpp
qpid/broker/DirectExchange.cpp