Changeset 3be9d10 in mainline for uspace/srv/ns/clonable.c


Ignore:
Timestamp:
2018-03-21T21:29:31Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3e242d2
Parents:
eadaeae8
Message:

Get rid of ipc_callid_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/ns/clonable.c

    readaeae8 r3be9d10  
    4848        service_t service;
    4949        iface_t iface;
    50         ipc_callid_t callid;
     50        cap_call_handle_t callid;
    5151        sysarg_t arg3;
    5252} cs_req_t;
     
    7575 */
    7676void register_clonable(service_t service, sysarg_t phone, ipc_call_t *call,
    77     ipc_callid_t callid)
     77    cap_call_handle_t callid)
    7878{
    7979        link_t *req_link = list_first(&cs_req);
     
    117117 */
    118118void connect_to_clonable(service_t service, iface_t iface, ipc_call_t *call,
    119     ipc_callid_t callid)
     119    cap_call_handle_t callid)
    120120{
    121121        assert(service == SERVICE_LOADER);
Note: See TracChangeset for help on using the changeset viewer.