summaryrefslogtreecommitdiffstats
path: root/src/store.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/store.h')
-rw-r--r--src/store.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/store.h b/src/store.h
index 10216a6..df23e96 100644
--- a/src/store.h
+++ b/src/store.h
@@ -109,6 +109,7 @@ class Store : public StorageIntf
void printFreeList();
FILE *m_file;
portable_off_t m_front;
+ portable_off_t m_cur;
Node *m_head;
State m_state;
int m_reads;