Report compressed size of data written in a backup as well as uncompressed.
[cumulus.git] / store.h
diff --git a/store.h b/store.h
index 580881c..1f1edf8 100644 (file)
--- 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