From d05efe5a7536d2b61aaee21451ec144a6e3d8652 Mon Sep 17 00:00:00 2001 From: "flatcap.org!ntfs" Date: Thu, 12 Aug 2004 09:23:53 +0000 Subject: [PATCH] add private data to ntfs volume (Logical change 1.493) --- include/ntfs/volume.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/ntfs/volume.h b/include/ntfs/volume.h index 205d097d..97e111ef 100644 --- a/include/ntfs/volume.h +++ b/include/ntfs/volume.h @@ -168,6 +168,8 @@ struct _ntfs_volume { FILE_AttrDef. */ s32 attrdef_len; /* Size of the attribute definition table in bytes. */ + + void *private_data; /* Temp: for directory handling */ }; extern ntfs_volume *ntfs_volume_alloc(void);