X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=store.h;h=1fd366b6ed24aed9ddfb6cb7ed898b07a4038f26;hb=82025c010191040717501135d2758db7f5e9fa62;hp=72fde52fcb2fb1b7d60b2712e9b12670e29a9ee6;hpb=8c77f7c39bcd4ef747ac4167d431d48bd95a4322;p=cumulus.git diff --git a/store.h b/store.h index 72fde52..1fd366b 100644 --- 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;