Changeset 2133e02 in mainline for uspace/srv/fs/tmpfs/tmpfs.c
- Timestamp:
- 2015-08-18T20:14:05Z (10 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 1a522e5
- Parents:
- 84dc30c
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/fs/tmpfs/tmpfs.c
r84dc30c r2133e02 81 81 82 82 async_sess_t *vfs_sess = service_connect_blocking(EXCHANGE_SERIALIZE, 83 SERVICE_VFS, 0 , 0);83 SERVICE_VFS, 0); 84 84 if (!vfs_sess) { 85 85 printf(NAME ": Unable to connect to VFS\n");
Note:
See TracChangeset
for help on using the changeset viewer.