summaryrefslogtreecommitdiff
path: root/server/src/configuration.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/configuration.h')
-rw-r--r--server/src/configuration.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/server/src/configuration.h b/server/src/configuration.h
index 09d8139..eacac14 100644
--- a/server/src/configuration.h
+++ b/server/src/configuration.h
@@ -28,6 +28,8 @@
#define __ARTEFACT_CONFIGURATION_H__
#include <string>
+
+#include <time.h>
#include <sys/types.h>
typedef uint16_t port_t;
@@ -40,8 +42,8 @@ namespace Conf {
extern std::string journal_commit_addr;
extern port_t journal_commit_port;
- extern unsigned int db_max_ttl;
- extern unsigned int pentominos_max_ttl;
+ extern time_t db_max_ttl;
+ extern time_t pentominos_max_ttl;
extern std::string pentominos_addr;
extern port_t pentominos_port;