diff options
| author | Alan Conway <aconway@apache.org> | 2010-01-27 22:21:02 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2010-01-27 22:21:02 +0000 |
| commit | 38391a64c2e4c091f92fecb62914b2428749806b (patch) | |
| tree | 8cec03c9f926d2b6d45ce8d4baf9070779824306 /cpp/src/cluster.cmake | |
| parent | 1297c818282f26838776df418d846e07457a7f7f (diff) | |
| download | qpid-python-38391a64c2e4c091f92fecb62914b2428749806b.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/qpid@903867 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/cluster.cmake')
| -rw-r--r-- | cpp/src/cluster.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/cluster.cmake b/cpp/src/cluster.cmake index 04f74264be..41b048382b 100644 --- a/cpp/src/cluster.cmake +++ b/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 ) |
