]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/jcr.h
Drop AFS detection.
[bacula/bacula] / bacula / src / jcr.h
index 0bdf0a389baf9769afb508729821eb0c1537a03e..f29d6fd1726440ec6474c94dc5212bc4b7dc9c08 100644 (file)
@@ -355,6 +355,7 @@ public:
    bool Encrypt;                      /* Encryption used by FD */
    bool stats_enabled;                /* Keep all job records in a table for long term statistics */
    bool no_maxtime;                   /* Don't check Max*Time for this JCR */
+   bool no_check_duplicates;          /* Don't check duplicates for this JCR */
    bool keep_sd_auth_key;             /* Clear or not the SD auth key after connection*/
    bool use_accurate_chksum;          /* Use or not checksum option in accurate code */
    bool run_pool_override;