Changeset 41e9ef7 in mainline for uspace/lib/c
- Timestamp:
- 2011-11-05T15:23:07Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- c8a894d
- Parents:
- f8838b8
- Location:
- uspace/lib/c
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/vfs/vfs.c
rf8838b8 r41e9ef7 840 840 async_exch_t *exch = vfs_exchange_begin(); 841 841 842 req = async_send_0(exch, VFS_IN_ GET_MTAB, NULL);842 req = async_send_0(exch, VFS_IN_MTAB_GET, NULL); 843 843 844 844 /* Ask VFS how many filesystems are mounted */ -
uspace/lib/c/include/ipc/vfs.h
rf8838b8 r41e9ef7 81 81 VFS_IN_DUP, 82 82 VFS_IN_WAIT_HANDLE, 83 VFS_IN_ GET_MTAB,83 VFS_IN_MTAB_GET, 84 84 } vfs_in_request_t; 85 85
Note:
See TracChangeset
for help on using the changeset viewer.