Changeset 3be9d10 in mainline for uspace/srv/ns/clonable.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/clonable.c
readaeae8 r3be9d10 48 48 service_t service; 49 49 iface_t iface; 50 ipc_callid_t callid;50 cap_call_handle_t callid; 51 51 sysarg_t arg3; 52 52 } cs_req_t; … … 75 75 */ 76 76 void register_clonable(service_t service, sysarg_t phone, ipc_call_t *call, 77 ipc_callid_t callid)77 cap_call_handle_t callid) 78 78 { 79 79 link_t *req_link = list_first(&cs_req); … … 117 117 */ 118 118 void connect_to_clonable(service_t service, iface_t iface, ipc_call_t *call, 119 ipc_callid_t callid)119 cap_call_handle_t callid) 120 120 { 121 121 assert(service == SERVICE_LOADER);
Note:
See TracChangeset
for help on using the changeset viewer.