summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/cluster.mk
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.mk
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.mk')
-rw-r--r--qpid/cpp/src/cluster.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/qpid/cpp/src/cluster.mk b/qpid/cpp/src/cluster.mk
index 081889130e..db2c20f5eb 100644
--- a/qpid/cpp/src/cluster.mk
+++ b/qpid/cpp/src/cluster.mk
@@ -88,6 +88,8 @@ cluster_la_SOURCES = \
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