]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/findlib/bfile.h
kes When applying a storage override, release all previous storage
[bacula/bacula] / bacula / src / findlib / bfile.h
index ffbb08270f9c7c27a40f724f7604e14b29b2c566..ed3f6c6d2866a3d0b764df8508f08fbc452c8aef 100644 (file)
@@ -103,6 +103,7 @@ struct BFILE {
    Python_IO pio;                     /* Python I/O routines */
    PROCESS_WIN32_BACKUPAPIBLOCK_CONTEXT win32DecompContext; /* context for decomposition of win32 backup streams */
    int use_backup_decomp;             /* set if using BackupRead Stream Decomposition */
+   bool reparse_point;                /* set if reparse point */ 
 };
 
 HANDLE bget_handle(BFILE *bfd);
@@ -126,6 +127,7 @@ struct BFILE {
    Python_IO pio;                     /* Python I/O routines */
    PROCESS_WIN32_BACKUPAPIBLOCK_CONTEXT win32DecompContext; /* context for decomposition of win32 backup streams */
    int use_backup_decomp;             /* set if using BackupRead Stream Decomposition */
+   bool reparse_point;                /* not used in Unix */
 };
 
 #endif