From 63fc8e14be5e450df8ccc18fe76e02c5f0827660 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 7 Jan 2023 14:07:13 +0100 Subject: Test statistics --- config.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index d0e78ba..42a979e 100644 --- a/config.h +++ b/config.h @@ -52,6 +52,7 @@ class Config std::string m_user; std::string m_group; int m_threads; + std::filesystem::path m_statistics_path; std::vector m_plugin_directories; std::unordered_map m_sites; std::vector m_sockets; @@ -65,6 +66,8 @@ class Config int Threads() const; + std::filesystem::path statistics_path() const; + const std::vector& PluginDirectories() const; const std::unordered_map& Sites() const; const std::vector& Sockets() const; -- cgit v1.2.3