]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/dird_conf.h
Reduce diff output in weird-files-test
[bacula/bacula] / bacula / src / dird / dird_conf.h
index 75fc49f6278712fd95a7a2c9f3714256000d3d4e..a589ffa27359ba166f9e7afed558b83f73e8d6f5 100644 (file)
@@ -567,6 +567,9 @@ public:
    POOL  *ScratchPool;                /* ScratchPool source when requesting media */
    alist *CopyPool;                   /* List of copy pools */
    CAT *catalog;                      /* Catalog to be used */
+   utime_t FileRetention;             /* file retention period in seconds */
+   utime_t JobRetention;              /* job retention period in seconds */
+
    /* Methods */
    char *name() const;
 };