X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fjcr.h;h=5c80e00111a5066dcad97eb234e46162a8e3e49f;hb=071454b9392b9c2d64004ef8d97e411b0281099f;hp=d520bbad271726e661bba9ef878ae77e8b958435;hpb=8efa2f85ff6c540009d8b435d57ce65f64f5262b;p=bacula%2Fbacula diff --git a/bacula/src/jcr.h b/bacula/src/jcr.h index d520bbad27..5c80e00111 100644 --- a/bacula/src/jcr.h +++ b/bacula/src/jcr.h @@ -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;