summaryrefslogtreecommitdiff
path: root/lib/backupstore/BackupStoreCheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/backupstore/BackupStoreCheck.h')
-rw-r--r--lib/backupstore/BackupStoreCheck.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/backupstore/BackupStoreCheck.h b/lib/backupstore/BackupStoreCheck.h
index e48141f9..da182c5b 100644
--- a/lib/backupstore/BackupStoreCheck.h
+++ b/lib/backupstore/BackupStoreCheck.h
@@ -84,6 +84,10 @@ public:
void Check();
bool ErrorsFound() {return mNumberErrorsFound > 0;}
+ inline int64_t GetNumErrorsFound()
+ {
+ return mNumberErrorsFound;
+ }
private:
enum
@@ -161,7 +165,7 @@ private:
#else
#define DUMP_OBJECT_INFO
#endif
-
+
private:
std::string mStoreRoot;
int mDiscSetNumber;