]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/dird/ua.h
ebl Add comments
[bacula/bacula] / bacula / src / dird / ua.h
index a4145202b3423033e8d0247e177a896bbe32270d..476bebc97124d64e491971518cb2cae25b3aadfb 100644 (file)
@@ -110,6 +110,7 @@ struct RESTORE_CTX {
    int restore_jobs;
    uint32_t selected_files;
    char *where;
+   char *RegexWhere;
    RBSR *bsr;
    POOLMEM *fname;                    /* filename only */
    POOLMEM *path;                     /* path only */
@@ -123,5 +124,4 @@ struct RESTORE_CTX {
 
 #define MAX_ID_LIST_LEN 2000000
 
-
 #endif