Changeset 9d12059 in mainline for uspace/srv
- Timestamp:
- 2011-01-09T12:16:00Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 0c70f7e, a676574
- Parents:
- bc5ffeb
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs_register.c
rbc5ffeb r9d12059 188 188 189 189 phone = IPC_GET_ARG5(call); 190 async_session_create(&fs_info->session, phone );190 async_session_create(&fs_info->session, phone, 0); 191 191 ipc_answer_0(callid, EOK); 192 192
Note:
See TracChangeset
for help on using the changeset viewer.