Add attribute definition table to ntfs volume structure.

(Logical change 1.72)
edge.strict_endians
cantab.net!aia21 2002-12-29 12:17:35 +00:00
parent 0d45f0a690
commit 6258afc6dd
1 changed files with 5 additions and 0 deletions

View File

@ -147,6 +147,11 @@ struct _ntfs_volume {
FILE_UpCase. */
u32 upcase_len; /* Length in Unicode characters of the upcase
table. */
ATTR_DEF *attrdef; /* Attribute definitions. Obtained from
FILE_AttrDef. */
u32 attrdef_len; /* Size of the attribute definition table in
bytes. */
};
extern ntfs_volume *ntfs_volume_startup(const char *name, unsigned long rwflag);