summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/Makefile.am
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
commit028816b02eefb5842c69a0d26496706316d5e4d5 (patch)
tree33a1a42a447395802741c6259c7eb5dba6f21e63 /qpid/cpp/src/Makefile.am
parentacedc31ff40ef337ed7194a0c61dad72db6f5ada (diff)
downloadqpid-python-028816b02eefb5842c69a0d26496706316d5e4d5.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@903869 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/Makefile.am')
-rw-r--r--qpid/cpp/src/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/Makefile.am b/qpid/cpp/src/Makefile.am
index 5886c53ff9..0e1b330245 100644
--- a/qpid/cpp/src/Makefile.am
+++ b/qpid/cpp/src/Makefile.am
@@ -508,6 +508,8 @@ libqpidbroker_la_SOURCES = \
qpid/broker/Consumer.h \
qpid/broker/Daemon.cpp \
qpid/broker/Daemon.h \
+ qpid/broker/DelegatingPeriodicTimer.h \
+ qpid/broker/DelegatingPeriodicTimer.cpp \
qpid/broker/Deliverable.h \
qpid/broker/DeliverableMessage.cpp \
qpid/broker/DeliverableMessage.h \