From 63d6bf7395425be73fd6d9f5c89dc48817afffe6 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 6 Oct 2025 20:43:52 +0100 Subject: Add parked line import job Periodically, on idle, scan for and import previously parked lines. --- src/util.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/util.hpp') diff --git a/src/util.hpp b/src/util.hpp index d712d3b..ad55604 100644 --- a/src/util.hpp +++ b/src/util.hpp @@ -23,6 +23,8 @@ namespace WebStat { values); } + using FilePtr = std::unique_ptr>; + template void bindMany(const DB::CommandPtr & cmd, unsigned int firstParam, T &&... param) -- cgit v1.2.3