Changeset 3be9d10 in mainline for uspace/srv/ns/service.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/service.c

    readaeae8 r3be9d10  
    8989        service_t service;    /**< Service ID */
    9090        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 */
    9292        sysarg_t arg3;        /**< Third argument */
    9393} pending_conn_t;
     
    169169 */
    170170void connect_to_service(service_t service, iface_t iface, ipc_call_t *call,
    171     ipc_callid_t callid)
     171    cap_call_handle_t callid)
    172172{
    173173        sysarg_t arg3 = IPC_GET_ARG3(*call);
Note: See TracChangeset for help on using the changeset viewer.