summaryrefslogtreecommitdiffstats
path: root/src/store.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/store.h')
-rw-r--r--src/store.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/store.h b/src/store.h
index df23e96..6d6eee8 100644
--- a/src/store.h
+++ b/src/store.h
@@ -94,6 +94,10 @@ class Store : public StorageIntf
void printStats();
+ portable_off_t pos() const { return m_cur; }
+
+ void dumpBlock(portable_off_t start,portable_off_t end);
+
private:
enum State
{