From 7cbf25f2f6d38efa384c7f8e0a5b2b2d274ebb00 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Sun, 30 Nov 2014 17:57:31 +0100 Subject: Moved buffertest to store/test and turned it into a reproducible benchmark. --- store/database.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'store/database.h') diff --git a/store/database.h b/store/database.h index b42b9f7..1a124be 100644 --- a/store/database.h +++ b/store/database.h @@ -1,9 +1,10 @@ #include #include +#include class Database { public: - Database(); + Database(const QString &path); ~Database(); MDB_txn *startTransaction(); void endTransaction(MDB_txn *transaction); -- cgit v1.2.3