Changes in uspace/lib/c/include/ipc/vfs.h [44451ee:4979403] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/vfs.h
r44451ee r4979403 56 56 /** Unique identifier of the fs. */ 57 57 char name[FS_NAME_MAXLEN + 1]; 58 unsigned int instance; 58 59 bool concurrent_read_write; 59 60 bool write_retains_size;
Note:
See TracChangeset
for help on using the changeset viewer.