]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/jcr.h
Merge branch 'master' into basejobv3
[bacula/bacula] / bacula / src / jcr.h
index 8513fe6d4400bd6809e7c2148c217bcd1d7ced18..d35d623c1ae39bd474e5292ec5a6a86357e6cea3 100644 (file)
@@ -260,6 +260,10 @@ 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 */
+   uint64_t nb_base_files;            /* Number of base files */
+   uint64_t nb_base_files_used;       /* Number of useful files in base */
+
    ATTR_DBR *ar;                      /* DB attribute record */
    guid_list *id_list;                /* User/group id to name list */
    bool accurate;                     /* true if job is accurate */
@@ -379,6 +383,7 @@ public:
    bool VSS;                          /* VSS used by FD */
    bool multi_restore;                /* Dir can do multiple storage restore */
    htable *file_list;                 /* Previous file list (accurate mode) */
+   uint64_t base_size;                /* compute space saved with base job */
 #endif /* FILE_DAEMON */