summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/cluster.cmake
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2010-01-27 22:21:02 +0000
committerAlan Conway <aconway@apache.org>2010-01-27 22:21:02 +0000
commit54dec7ec3d992f9d29034a9f9f317337ac8c932d (patch)
treec42d993be9fa91bafbfeea0b839053310549fb46 /qpid/cpp/src/cluster.cmake
parent57b7cdbd9e431291eb336b8de7998b91eb414d78 (diff)
downloadqpid-python-54dec7ec3d992f9d29034a9f9f317337ac8c932d.tar.gz
Cluster implementation of PeriodicTimer.
The cluster implementation multicast periodic-timer controls and executes the task when those controls are delivered, which is in the cluster delivery thread context and so consistent across the cluster. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@903867 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/cluster.cmake')
-rw-r--r--qpid/cpp/src/cluster.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/cluster.cmake b/qpid/cpp/src/cluster.cmake
index 04f74264be..41b048382b 100644
--- a/qpid/cpp/src/cluster.cmake
+++ b/qpid/cpp/src/cluster.cmake
@@ -129,6 +129,8 @@ if (BUILD_CLUSTER)
qpid/cluster/MemberSet.h
qpid/cluster/MemberSet.cpp
qpid/cluster/types.h
+ qpid/cluster/PeriodicTimerImpl.h
+ qpid/cluster/PeriodicTimerImpl.cpp
qpid/cluster/StoreStatus.h
qpid/cluster/StoreStatus.cpp
)