mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 12:04:51 +00:00
[FASTFAT]
Addendum to r72124 svn path=/trunk/; revision=72125
This commit is contained in:
parent
ccacd0b3f1
commit
bf24a57417
1 changed files with 6 additions and 0 deletions
|
@ -386,9 +386,15 @@ typedef struct _VFATFCB
|
|||
/* List of FCB's for this volume */
|
||||
LIST_ENTRY FcbListEntry;
|
||||
|
||||
/* List of FCB's for the parent */
|
||||
LIST_ENTRY ParentListEntry;
|
||||
|
||||
/* pointer to the parent fcb */
|
||||
struct _VFATFCB *parentFcb;
|
||||
|
||||
/* List for the children */
|
||||
LIST_ENTRY ParentListHead;
|
||||
|
||||
/* Flags for the fcb */
|
||||
ULONG Flags;
|
||||
|
||||
|
|
Loading…
Reference in a new issue