X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;f=store.h;h=d44703140281ff6f5943ad916266f43bba48ecf1;hb=030ddd80e04aa65738bf21557dd541bec757de5b;hp=956a1b51b950c1759dbf75d38f305e794be3e3f2;hpb=dbba40b5a3722e4acb0cc043f0be1bebff872f27;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 };