summaryrefslogtreecommitdiff
path: root/src/ingestor.hpp
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2026-03-22 23:41:56 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2026-03-22 23:41:56 +0000
commit6a475f58c0fcb4398e48618d90b0ca05750c3ca8 (patch)
tree67e88ce05b7d1098cc13ecc67c441dbd8a0679d8 /src/ingestor.hpp
parentd92816a5f55cea9b67b7aab306eb1109af6dcbbe (diff)
downloadwebstat-6a475f58c0fcb4398e48618d90b0ca05750c3ca8.tar.bz2
webstat-6a475f58c0fcb4398e48618d90b0ca05750c3ca8.tar.xz
webstat-6a475f58c0fcb4398e48618d90b0ca05750c3ca8.zip
Employ temporary/short files to handle errors reading/writing park logs
Diffstat (limited to 'src/ingestor.hpp')
-rw-r--r--src/ingestor.hpp2
1 files changed, 1 insertions, 1 deletions
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);