From c9b3d45d2598ebef2df889c0b9967ef473405528 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 9 Sep 2025 23:45:39 +0100 Subject: Use curl_multi_poll in main ingestLog loop Preparation step for having background curl operations. --- src/ingestor.hpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ingestor.hpp') diff --git a/src/ingestor.hpp b/src/ingestor.hpp index b2a0803..d9d49a3 100644 --- a/src/ingestor.hpp +++ b/src/ingestor.hpp @@ -1,6 +1,7 @@ #pragma once #include "logTypes.hpp" +#include "uaLookup.hpp" #include #include #include @@ -44,5 +45,6 @@ namespace WebStat { mutable std::flat_set existingEntities; uint32_t hostnameId; DB::ConnectionPoolPtr dbpool; + CurlMultiPtr curl; }; } -- cgit v1.2.3