Add flags to the VFS message structure
This commit is contained in:
parent
944f517ff1
commit
ac6dc49233
@ -17,6 +17,7 @@ typedef struct {
|
||||
char mode[10];
|
||||
uint32_t fd;
|
||||
char path[4096];
|
||||
char flags;
|
||||
} vfs_message;
|
||||
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user