Add a flag to force a full rewrite of the metadata log in a snapshot.
[cumulus.git] / metadata.h
index 6347080..858a94d 100644 (file)
@@ -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;