diff options
| author | Dan Goodliffe <dan@randomdan.homeip.net> | 2026-03-22 23:41:56 +0000 |
|---|---|---|
| committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2026-03-22 23:41:56 +0000 |
| commit | 6a475f58c0fcb4398e48618d90b0ca05750c3ca8 (patch) | |
| tree | 67e88ce05b7d1098cc13ecc67c441dbd8a0679d8 /src/ingestor.hpp | |
| parent | d92816a5f55cea9b67b7aab306eb1109af6dcbbe (diff) | |
| download | webstat-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.hpp | 2 |
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); |
