X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=store.h;h=d44703140281ff6f5943ad916266f43bba48ecf1;hb=d38558b79c81f446698c272a85f1a2782667bce3;hp=956a1b51b950c1759dbf75d38f305e794be3e3f2;hpb=0ab3b10e857ee5916f1765e3b8f773446cf4de45;p=cumulus.git diff --git a/store.h b/store.h index 956a1b5..d447031 100644 --- a/store.h +++ b/store.h @@ -115,6 +115,7 @@ private: Tarfile *file; std::string name; // UUID int count; // Objects written to this segment + int size; // Combined size of objects written std::string basename; // Name of segment without directory std::string fullname; // Full path to stored segment };