summaryrefslogtreecommitdiff
path: root/server/src/dbtypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'server/src/dbtypes.h')
-rw-r--r--server/src/dbtypes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/dbtypes.h b/server/src/dbtypes.h
index fc12728..79ac629 100644
--- a/server/src/dbtypes.h
+++ b/server/src/dbtypes.h
@@ -31,6 +31,7 @@ class Value {
public:
Value() : value(""), timestamp(0) {}
std::string value;
+ std::string source;
time_t timestamp;
};
typedef std::map< std::string, Value > Values;