]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/restore.h
Use new FO_xxx bits in backup/restore and plugins
[bacula/bacula] / bacula / src / filed / restore.h
index d39b695bc101652c5d07d334c88251c7f4f5c396..f68af2c6d5c89139de5b0f170ea012262028745b 100644 (file)
@@ -40,8 +40,9 @@ struct RESTORE_CIPHER_CTX {
 
 struct r_ctx {
    JCR *jcr;
-   int32_t stream;
-   int32_t prev_stream;
+   int32_t stream;                     /* stream less new bits */
+   int32_t prev_stream;                /* previous stream */
+   int32_t full_stream;                /* full stream including new bits */
    BFILE bfd;                          /* File content */
    uint64_t fileAddr;                  /* file write address */
    uint32_t size;                      /* Size of file */