X-Git-Url: https://wimlib.net/git/?p=wimlib;a=blobdiff_plain;f=src%2Fdentry.h;h=58adb5e681a9022b599be911d90219097d96f4a9;hp=1629111d83d1ccc5d662436aef09e7f0a2d00e98;hb=143db75c035e6ecaca451ce70a4ed58a01102b43;hpb=8244af933d579b3dcd6245a6995d96a86e5ab322 diff --git a/src/dentry.h b/src/dentry.h index 1629111d..58adb5e6 100644 --- a/src/dentry.h +++ b/src/dentry.h @@ -232,6 +232,8 @@ struct wim_inode { /* %true iff verify_inode() has run on this inode. */ u8 i_verified : 1; + u8 i_visited : 1; + /* Used only in NTFS-mode extraction */ u8 i_dos_name_extracted : 1; @@ -459,7 +461,7 @@ inode_remove_ads(struct wim_inode *inode, u16 idx, #define WIMLIB_UNIX_DATA_TAG_UTF16LE_NBYTES (sizeof(WIMLIB_UNIX_DATA_TAG_UTF16LE) - 1) /* Format for special alternate data stream entries to store UNIX data for files - * and directories (see: WIMLIB_ADD_IMAGE_FLAG_UNIX_DATA) */ + * and directories (see: WIMLIB_ADD_FLAG_UNIX_DATA) */ struct wimlib_unix_data { u16 version; /* Must be 0 */ u16 uid;