Add flags to the VFS message structure

This commit is contained in:
pjht 2019-06-29 09:17:52 -05:00
parent 944f517ff1
commit ac6dc49233

View File

@ -17,6 +17,7 @@ typedef struct {
char mode[10];
uint32_t fd;
char path[4096];
char flags;
} vfs_message;
#endif