]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/bsr.h
Cleanup new timeout code for bconsole
[bacula/bacula] / bacula / src / dird / bsr.h
index c4cf12f4379d274659ae7cfda93fd8d988e55b26..2aafc13ccc672f0f5192586a8b669f7ada21a552 100644 (file)
@@ -62,5 +62,6 @@ struct RBSR {
    int      VolCount;                 /* Volume parameter count */
    VOL_PARAMS *VolParams;             /* Volume, start/end file/blocks */
    RBSR_FINDEX *fi;                   /* File indexes this JobId */
+   char *fileregex;                   /* Only restore files matching regex */
 };