]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/findlib/find.h
Tweak version date
[bacula/bacula] / bacula / src / findlib / find.h
index fddd0fc83272a29e80da3bbbbd98ebd91780deb3..da504c27a343e83285cf5f1206433c1513b5e27d 100644 (file)
@@ -184,6 +184,7 @@ struct FF_PKT {
    int ff_errno;                      /* errno */
    BFILE bfd;                         /* Bacula file descriptor */
    time_t save_time;                  /* start of incremental time */
+   bool accurate_found;               /* Found in the accurate hash (valid after check_changes()) */
    bool dereference;                  /* follow links (not implemented) */
    bool null_output_device;           /* using null output device */
    bool incremental;                  /* incremental save */