Changes in uspace/lib/c/include/ipc/vfs.h [4979403:44451ee] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/vfs.h
r4979403 r44451ee 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;
Note:
See TracChangeset
for help on using the changeset viewer.