Changeset 5f4cfb1e in mainline for uspace/srv/vfs/vfs.h
- Timestamp:
- 2007-09-28T10:36:31Z (18 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 13125d3
- Parents:
- 566d798d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.h
r566d798d r5f4cfb1e 93 93 link_t fs_link; 94 94 vfs_info_t vfs_info; 95 int fs_handle; 96 atomic_t phone_futex; /**< Phone serializing futex. */ 95 97 ipcarg_t phone; 96 98 } fs_info_t; … … 143 145 extern link_t plb_head; /**< List of active PLB entries. */ 144 146 147 extern int vfs_grab_phone(int); 148 extern void vfs_release_phone(int); 149 145 150 extern int vfs_lookup_internal(char *path, size_t len, vfs_node_t *result); 146 151
Note:
See TracChangeset
for help on using the changeset viewer.