diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-10-12 13:14:41 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-10-12 13:15:05 +0200 |
commit | 7eb4227cfcda1cbcf066c37d5e6679ef350d518c (patch) | |
tree | b037abca2091bd92c123cd6fb6bfd6c46ac0bbfb /common/pipeline.h | |
parent | 2144ed85258e0e9d02d08cc4e5898dd34e776df6 (diff) | |
download | sink-7eb4227cfcda1cbcf066c37d5e6679ef350d518c.tar.gz sink-7eb4227cfcda1cbcf066c37d5e6679ef350d518c.zip |
Cleanup revisions with a delay
Diffstat (limited to 'common/pipeline.h')
-rw-r--r-- | common/pipeline.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/pipeline.h b/common/pipeline.h index f4e8ae0..837c18a 100644 --- a/common/pipeline.h +++ b/common/pipeline.h | |||
@@ -68,6 +68,11 @@ public: | |||
68 | */ | 68 | */ |
69 | void cleanupRevision(qint64 revision); | 69 | void cleanupRevision(qint64 revision); |
70 | 70 | ||
71 | /* | ||
72 | * Returns the latest cleaned up revision. | ||
73 | */ | ||
74 | qint64 cleanedUpRevision(); | ||
75 | |||
71 | Q_SIGNALS: | 76 | Q_SIGNALS: |
72 | void revisionUpdated(qint64); | 77 | void revisionUpdated(qint64); |
73 | void pipelinesDrained(); | 78 | void pipelinesDrained(); |