summaryrefslogtreecommitdiffstats
path: root/common/storage_lmdb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/storage_lmdb.cpp')
-rw-r--r--common/storage_lmdb.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/common/storage_lmdb.cpp b/common/storage_lmdb.cpp
index fa99a80..f534029 100644
--- a/common/storage_lmdb.cpp
+++ b/common/storage_lmdb.cpp
@@ -41,6 +41,10 @@ SINK_DEBUG_AREA("storage")
41namespace Sink { 41namespace Sink {
42namespace Storage { 42namespace Storage {
43 43
44extern QMutex sMutex;
45extern QHash<QString, MDB_env *> sEnvironments;
46
47
44QMutex sMutex; 48QMutex sMutex;
45QHash<QString, MDB_env *> sEnvironments; 49QHash<QString, MDB_env *> sEnvironments;
46 50