]> git.sur5r.net Git - bacula/bacula/commitdiff
add variables for stats
authorEric Bollengier <eric@eb.homelinux.org>
Fri, 31 Jul 2009 09:52:39 +0000 (11:52 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 3 Aug 2009 14:39:20 +0000 (16:39 +0200)
bacula/src/jcr.h

index ee4ff2e5bb78d2a64a1dac0554d5f44a43b96993..68044dea20160b7fc943547dc5db9c34e19119f3 100644 (file)
@@ -255,6 +255,8 @@ public:
    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 */