Changes in uspace/srv/vfs/vfs.h [d3cce52:96b02eb9] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.h
rd3cce52 r96b02eb9 34 34 #define VFS_VFS_H_ 35 35 36 #include <async.h>37 36 #include <ipc/ipc.h> 38 37 #include <adt/list.h> … … 54 53 vfs_info_t vfs_info; 55 54 fs_handle_t fs_handle; 56 async_sess_t session; 55 fibril_mutex_t phone_lock; 56 sysarg_t phone; 57 57 } fs_info_t; 58 58
Note:
See TracChangeset
for help on using the changeset viewer.