]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/findlib/find.h
Mult Vols + fix restore hard links + file permissions
[bacula/bacula] / bacula / src / findlib / find.h
index 00c17cb49b7a048d0ea95c689787f3e6f9c9265a..4318f9ed24bed266858f49ca149832e05991bd62 100755 (executable)
@@ -130,6 +130,9 @@ typedef struct ff {
    char *link;                        /* link if file linked */
    POOLMEM *sys_fname;                /* system filename */
    struct stat statp;                 /* stat packet */
+   uint32_t FileIndex;                /* FileIndex of this file */
+   uint32_t LinkFI;                   /* FileIndex of main hard linked file */
+   struct f_link *linked;             /* Set if we are hard linked */
    int type;                          /* FT_ type from above */
    int fid;                           /* file id if opened */
    int flags;                         /* control flags */