]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/jcr.h
stop copy/migration using basejobs
[bacula/bacula] / bacula / src / jcr.h
index 36c72b4a6211df5c4d74df5d900e5bafe9767b93..ee4ff2e5bb78d2a64a1dac0554d5f44a43b96993 100644 (file)
@@ -254,6 +254,8 @@ public:
    B_DB *db;                          /* database pointer */
    B_DB *db_batch;                    /* database pointer for batch and accurate */
    bool batch_started;                /* is batch mode already started ? */
+   bool HasBase;                      /* True if job use base jobs */
+
    ATTR_DBR *ar;                      /* DB attribute record */
    guid_list *id_list;                /* User/group id to name list */
    bool accurate;                     /* true if job is accurate */
@@ -337,7 +339,6 @@ 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 HasBase;                      /* True if job use base jobs */
 #endif /* DIRECTOR_DAEMON */