]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/filed/restore.h
update configure
[bacula/bacula] / bacula / src / filed / restore.h
index f68af2c6d5c89139de5b0f170ea012262028745b..bb4cfac92d925615574bedd68c39caabdf5e08be 100644 (file)
@@ -43,13 +43,14 @@ struct r_ctx {
    int32_t stream;                     /* stream less new bits */
    int32_t prev_stream;                /* previous stream */
    int32_t full_stream;                /* full stream including new bits */
+   int32_t comp_stream;                /* last compressed stream found. needed only to restore encrypted compressed backup */
    BFILE bfd;                          /* File content */
    uint64_t fileAddr;                  /* file write address */
    uint32_t size;                      /* Size of file */
    int flags;                          /* Options for extract_data() */
    BFILE forkbfd;                      /* Alternative data stream */
    uint64_t fork_addr;                 /* Write address for alternative stream */
-   intmax_t fork_size;                 /* Size of alternate stream */
+   int64_t fork_size;                  /* Size of alternate stream */
    int fork_flags;                     /* Options for extract_data() */
    int32_t type;                       /* file type FT_ */
    ATTR *attr;                         /* Pointer to attributes */