From 9465fd744cc2117190bafc1a3e2da9f10ca29bf9 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 31 Dec 2022 22:00:11 +0100 Subject: Storage via SQLite, Added tests (WIP) --- config.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config.h') diff --git a/config.h b/config.h index ab95dd5..4f589ff 100644 --- a/config.h +++ b/config.h @@ -8,8 +8,10 @@ class Config { private: std::string m_dataPath; + uint64_t m_maxage; public: Config(const std::string& config_filename = default_config_filename); std::string getDataPath() const; + uint64_t getMaxage() const; }; -- cgit v1.2.3