]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/jcr.h
Merge branch 'master' into basejobv3
[bacula/bacula] / bacula / src / jcr.h
index d35d623c1ae39bd474e5292ec5a6a86357e6cea3..f9378d82a2a239fda163f2db6c50091973af5161 100644 (file)
@@ -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 */