X-Git-Url: http://git.vrable.net/?a=blobdiff_plain;ds=sidebyside;f=store.h;h=1f1edf8c590e7a3071ff3349545b6a50c4a6823e;hb=52df48ca169e07caa5c726d51ed4ed83aed748a5;hp=580881cff4b1d77ea596a8b4330d54539796b745;hpb=dfb3bcd8cbcc6aa8737deddd332884e23d0e4b22;p=cumulus.git diff --git a/store.h b/store.h index 580881c..1f1edf8 100644 --- a/store.h +++ b/store.h @@ -1,5 +1,5 @@ /* LBS: An LFS-inspired filesystem backup system - * Copyright (C) 2006 Michael Vrable + * Copyright (C) 2006-2008 Michael Vrable * * Backup data is stored in a collection of objects, which are grouped together * into segments for storage purposes. This implementation of the object store @@ -116,6 +116,7 @@ public: private: struct segment_info { Tarfile *file; + std::string group; std::string name; // UUID int count; // Objects written to this segment int size; // Combined size of objects written