]> wimlib.net Git - wimlib/blobdiff - include/wimlib/ntfs_3g.h
NTFS-3g capture: sort attributes by starting LCN
[wimlib] / include / wimlib / ntfs_3g.h
index 6648e5a1cecb081e66b136df30e73e6f0351b8af..3d92dffc8d8936532de1a3e81b28ca9d6219e419 100644 (file)
@@ -11,10 +11,11 @@ struct _ntfs_volume;
 struct _ntfs_volume;
 struct ntfs_location {
        struct _ntfs_volume *ntfs_vol;
-       char *path;
+       u64 mft_no;
        utf16lechar *attr_name;
        unsigned attr_name_nchars;
        unsigned attr_type;
+       u64 sort_key;
 };
 #endif