]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/jcr.h
Add %D option to edit_job_code, simplify callbacks on director side
[bacula/bacula] / bacula / src / jcr.h
index d520bbad271726e661bba9ef878ae77e8b958435..5c80e00111a5066dcad97eb234e46162a8e3e49f 100644 (file)
@@ -344,6 +344,7 @@ public:
    int32_t FDVersion;                 /* File daemon version number */
    int64_t spool_size;                /* Spool size for this job */
    bool wasVirtualFull;               /* set if job was VirtualFull */
+   bool IgnoreDuplicateJobChecking;   /* set in migration jobs */
    bool spool_data;                   /* Spool data in SD */
    bool acquired_resource_locks;      /* set if resource locks acquired */
    bool term_wait_inited;             /* Set when cond var inited */
@@ -356,7 +357,6 @@ 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;