Changes in uspace/lib/c/include/ipc/vfs.h [64d2b10:63f8966] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/ipc/vfs.h
r64d2b10 r63f8966 36 36 #define LIBC_IPC_VFS_H_ 37 37 38 #include <ipc/common.h>39 38 #include <sys/types.h> 40 #include < bool.h>39 #include <ipc/ipc.h> 41 40 42 41 #define FS_NAME_MAXLEN 20 … … 56 55 /** Unique identifier of the fs. */ 57 56 char name[FS_NAME_MAXLEN + 1]; 58 bool concurrent_read_write;59 bool write_retains_size;60 57 } vfs_info_t; 61 58
Note:
See TracChangeset
for help on using the changeset viewer.