Report compressed size of data written in a backup as well as uncompressed.
[cumulus.git] / metadata.h
index 6347080..b0bffb3 100644 (file)
@@ -1,5 +1,5 @@
 /* LBS: An LFS-inspired filesystem backup system
- * Copyright (C) 2007  Michael Vrable
+ * Copyright (C) 2007-2008  Michael Vrable
  *
  * Handling of metadata written to backup snapshots.  This manages the writing
  * of file metadata into new backup snapshots, including breaking the metadata
@@ -21,6 +21,8 @@
 #include "ref.h"
 #include "util.h"
 
+extern bool flag_full_metadata;
+
 /* Metadata for a single inode, ready to be written out. */
 struct MetadataItem {
     int offset;