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


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.h

    readaeae8 r3be9d10  
    4343extern bool service_clonable(service_t);
    4444extern void register_clonable(service_t, sysarg_t, ipc_call_t *,
    45     ipc_callid_t);
    46 extern void connect_to_clonable(service_t, iface_t, ipc_call_t *, ipc_callid_t);
     45    cap_call_handle_t);
     46extern void connect_to_clonable(service_t, iface_t, ipc_call_t *, cap_call_handle_t);
    4747
    4848#endif
Note: See TracChangeset for help on using the changeset viewer.