]> 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 7eda7c120c81ea52883efc18ca0ca30d894a6721..3d92dffc8d8936532de1a3e81b28ca9d6219e419 100644 (file)
@@ -15,6 +15,7 @@ struct ntfs_location {
        utf16lechar *attr_name;
        unsigned attr_name_nchars;
        unsigned attr_type;
+       u64 sort_key;
 };
 #endif