X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fjcr.h;h=f9378d82a2a239fda163f2db6c50091973af5161;hb=244a121b831a75480db24b0e08c747ea5516c9ae;hp=d35d623c1ae39bd474e5292ec5a6a86357e6cea3;hpb=6ce278e369e22cbd5556b3fec04a77b7a9d3eae1;p=bacula%2Fbacula diff --git a/bacula/src/jcr.h b/bacula/src/jcr.h index d35d623c1a..f9378d82a2 100644 --- a/bacula/src/jcr.h +++ b/bacula/src/jcr.h @@ -347,6 +347,7 @@ public: 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 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 */ #endif /* DIRECTOR_DAEMON */ @@ -419,6 +420,7 @@ public: alist *reserve_msgs; /* reserve fail messages */ bool write_part_after_job; /* Set to write part after job */ bool PreferMountedVols; /* Prefer mounted vols rather than new */ + bool Resched; /* Job may be rescheduled */ /* Parmaters for Open Read Session */ BSR *bsr; /* Bootstrap record -- has everything */