Only trust the results of a stat if two separate backups agree.
[cumulus.git] / statcache.h
index 8b13b7e..e0e2fbb 100644 (file)
@@ -55,6 +55,7 @@ private:
 
     /* Information about one file read from the old cache. */
     bool end_of_cache;
+    bool old_is_validated;
     int64_t old_mtime, old_ctime, old_inode;
     std::string old_name, old_checksum;
     std::list<ObjectReference> old_contents;