From 62315ddbbfcd5d41fd674bd2eb62f93d333d9ad4 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 27 Jan 2010 22:21:28 +0000 Subject: 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 --- cpp/src/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) (limited to 'cpp/src/Makefile.am') diff --git a/cpp/src/Makefile.am b/cpp/src/Makefile.am index 5886c53ff9..0e1b330245 100644 --- a/cpp/src/Makefile.am +++ b/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 \ -- cgit v1.2.1