diff options
| author | Alan Conway <aconway@apache.org> | 2010-01-27 22:21:28 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-01-27 22:21:28 +0000 |
| commit | 62315ddbbfcd5d41fd674bd2eb62f93d333d9ad4 (patch) | |
| tree | 1dbb2bd598e496db5779fe420e0dab6d456aa71c /cpp/src/Makefile.am | |
| parent | 863b9e190616873c561a3f468f01e0fc793cd466 (diff) | |
| download | qpid-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/Makefile.am')
| -rw-r--r-- | cpp/src/Makefile.am | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |
