summaryrefslogtreecommitdiffstats
path: root/src/daemon/jsondbindex.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/daemon/jsondbindex.h')
-rw-r--r--src/daemon/jsondbindex.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/jsondbindex.h b/src/daemon/jsondbindex.h
index 534880c..97520fa 100644
--- a/src/daemon/jsondbindex.h
+++ b/src/daemon/jsondbindex.h
@@ -147,6 +147,7 @@ public:
bool prev();
private:
+ bool isOwnTransaction;
JsonDbBtree::Transaction *mTxn;
JsonDbBtree::Cursor mCursor;
JsonDbIndex *mIndex;