Changeset df8110d3 in mainline for uspace/lib/fs/libfs.h
- Timestamp:
- 2011-06-17T16:43:51Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d900699
- Parents:
- c1198c2 (diff), ad28599 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/fs/libfs.h
rc1198c2 rdf8110d3 44 44 typedef struct { 45 45 bool mp_active; 46 int phone;46 async_sess_t *sess; 47 47 fs_handle_t fs_handle; 48 48 devmap_handle_t devmap_handle; … … 88 88 } fs_reg_t; 89 89 90 extern int fs_register(int, fs_reg_t *, vfs_info_t *, async_client_conn_t); 90 extern int fs_register(async_sess_t *, fs_reg_t *, vfs_info_t *, 91 async_client_conn_t); 91 92 92 93 extern void fs_node_initialize(fs_node_t *);
Note:
See TracChangeset
for help on using the changeset viewer.