Changes in uspace/lib/c/include/ipc/vfs.h [4979403:79ae36dd] in mainline
- File:
-
- 1 edited
-
uspace/lib/c/include/ipc/vfs.h (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/vfs.h
r4979403 r79ae36dd 56 56 /** Unique identifier of the fs. */ 57 57 char name[FS_NAME_MAXLEN + 1]; 58 unsigned int instance;59 58 bool concurrent_read_write; 60 59 bool write_retains_size; … … 63 62 typedef enum { 64 63 VFS_IN_OPEN = IPC_FIRST_USER_METHOD, 64 VFS_IN_OPEN_NODE, 65 65 VFS_IN_READ, 66 66 VFS_IN_WRITE, … … 78 78 VFS_IN_RENAME, 79 79 VFS_IN_STAT, 80 VFS_IN_DUP, 81 VFS_IN_WAIT_HANDLE, 80 VFS_IN_DUP 82 81 } vfs_in_request_t; 83 82
Note:
See TracChangeset
for help on using the changeset viewer.
