]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/lib/attr.h
Update config + write own fgets() + ...
[bacula/bacula] / bacula / src / lib / attr.h
index 7b19eddddc08ec468eb8dc2bb04077f88f393338..572339426688eb1fe85a38c8e6e8d8feaa72cb69 100644 (file)
@@ -31,6 +31,7 @@ struct ATTR {
    int32_t data_stream;               /* id of data stream to follow */
    int32_t type;                      /* file type FT */
    int32_t file_index;                /* file index */
+   int32_t LinkFI;                    /* file index to data if hard link */
    struct stat statp;                 /* decoded stat packet */
    char *attr;                        /* attributes position */
    char *attrEx;                      /* extended attributes if any */