mirror of
https://github.com/MidnightCommander/mc
synced 2025-03-01 05:34:35 +03:00
struct vfs_s_inode: add the 'user_data' member.
Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
parent
ffe6412c30
commit
290a57b474
@ -95,6 +95,7 @@ struct vfs_s_inode
|
||||
char *localname; /* Filename of local file, if we have one */
|
||||
gint64 timestamp; /* Subclass specific */
|
||||
off_t data_offset; /* Subclass specific */
|
||||
void *user_data; /* Subclass specific */
|
||||
};
|
||||
|
||||
/* Data associated with an open file */
|
||||
|
Loading…
x
Reference in New Issue
Block a user