summaryrefslogtreecommitdiffhomepage
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 2 insertions, 0 deletions
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;
};