summaryrefslogtreecommitdiff
path: root/src/ingestor.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ingestor.hpp')
-rw-r--r--src/ingestor.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ingestor.hpp b/src/ingestor.hpp
index 916f200..c57c16a 100644
--- a/src/ingestor.hpp
+++ b/src/ingestor.hpp
@@ -110,6 +110,8 @@ namespace WebStat {
void handleCurlOperations();
void logStats() const;
void clearStats();
+ void finalizeJob(Job &, minutes freq, Job::LastRunTime::clock::time_point now);
+ void finishAllJobs();
void jobIngestParkedLines(const std::filesystem::path &);
size_t jobIngestParkedLines(FILE *, size_t count);