]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/jcr.h
Make name more discriptive
[bacula/bacula] / bacula / src / jcr.h
index f31ca4cccafa820bbac4dccddd992d3adede2cdf..6c984de2e58e132fb29212ecbcb9ca4e6e5dd303 100644 (file)
@@ -173,7 +173,7 @@ public:
    MSGS *jcr_msgs;                    /* Copy of message resource -- actually used */
    uint32_t ClientId;                 /* Client associated with Job */
    char *where;                       /* prefix to restore files to */
-   bool where_use_regexp;             /* True if where is a bregexp */
+   char *RegexWhere;                  /* file relocation in restore */
    alist *where_bregexp;              /* BREGEXP alist for path manipulation */
    int cached_pnl;                    /* cached path length */
    POOLMEM *cached_path;              /* cached path */