struct vfs_s_inode: add the 'user_data' member.

Signed-off-by: Andrew Borodin <aborodin@vmail.ru>
This commit is contained in:
Andrew Borodin 2023-04-30 16:39:14 +03:00
parent ffe6412c30
commit 290a57b474

View File

@ -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 */