Changeset 3be9d10 in mainline for uspace/srv/ns/service.c
- Timestamp:
- 2018-03-21T21:29:31Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 3e242d2
- Parents:
- eadaeae8
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/ns/service.c
readaeae8 r3be9d10 89 89 service_t service; /**< Service ID */ 90 90 iface_t iface; /**< Interface ID */ 91 ipc_callid_t callid; /**< Call ID waiting for the connection */91 cap_call_handle_t callid; /**< Call ID waiting for the connection */ 92 92 sysarg_t arg3; /**< Third argument */ 93 93 } pending_conn_t; … … 169 169 */ 170 170 void connect_to_service(service_t service, iface_t iface, ipc_call_t *call, 171 ipc_callid_t callid)171 cap_call_handle_t callid) 172 172 { 173 173 sysarg_t arg3 = IPC_GET_ARG3(*call);
Note:
See TracChangeset
for help on using the changeset viewer.