From 6a475f58c0fcb4398e48618d90b0ca05750c3ca8 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 22 Mar 2026 23:41:56 +0000 Subject: Employ temporary/short files to handle errors reading/writing park logs --- src/ingestor.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ingestor.hpp') diff --git a/src/ingestor.hpp b/src/ingestor.hpp index 8c4f4c1..3f6aa37 100644 --- a/src/ingestor.hpp +++ b/src/ingestor.hpp @@ -102,7 +102,7 @@ namespace WebStat { void handleCurlOperations(); void jobIngestParkedLines(const std::filesystem::path &); - void jobIngestParkedLines(FILE *, size_t count); + size_t jobIngestParkedLines(FILE *, size_t count); static void sigtermHandler(int); void terminate(int); -- cgit v1.3