Dump statistics of data written at the end of a backup run.
[cumulus.git] / store.h
diff --git a/store.h b/store.h
index 72fde52..1fd366b 100644 (file)
--- a/store.h
+++ b/store.h
@@ -84,6 +84,9 @@ public:
     // Ensure all segments have been fully written.
     void sync();
 
+    // Dump statistics to stdout about how much data has been written
+    void dump_stats();
+
 private:
     struct segment_info {
         Tarfile *file;