From 8be415874cf261a6da503477c9b1d1b7f7f4a564 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Fri, 31 Jul 2009 11:52:39 +0200 Subject: [PATCH] add variables for stats --- bacula/src/jcr.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bacula/src/jcr.h b/bacula/src/jcr.h index ee4ff2e5bb..68044dea20 100644 --- a/bacula/src/jcr.h +++ b/bacula/src/jcr.h @@ -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 */ -- 2.39.2