From ca9be55a98c094e8026a4003a099573dd4137050 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 2 Sep 2025 16:13:22 +0100 Subject: Store utsname details in the host's detail field --- src/ingestor.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/ingestor.hpp') diff --git a/src/ingestor.hpp b/src/ingestor.hpp index ef3ba19..b2a0803 100644 --- a/src/ingestor.hpp +++ b/src/ingestor.hpp @@ -8,11 +8,12 @@ #include #include #include +#include namespace WebStat { class Ingestor { public: - Ingestor(std::string_view hostname, DB::ConnectionPoolPtr); + Ingestor(const utsname &, DB::ConnectionPoolPtr); virtual ~Ingestor() = default; SPECIAL_MEMBERS_DELETE(Ingestor); -- cgit v1.2.3