Changeset 0a8f070 in mainline for uspace/lib/c/include/async.h
- Timestamp:
- 2019-08-07T02:33:03Z (6 years ago)
- Children:
- fe86d9d
- Parents:
- 103939e
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-08-16 16:04:14)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 02:33:03)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/async.h
r103939e r0a8f070 131 131 extern void *async_get_client_data_by_id(task_id_t); 132 132 extern void async_put_client_data_by_id(task_id_t); 133 134 extern void async_set_implicit_connection(async_client_conn_t); 133 135 134 136 extern errno_t async_create_port(iface_t, async_port_handler_t, void *, … … 274 276 extern sysarg_t async_get_label(void); 275 277 278 extern async_sess_t *async_session_primary_swap(async_sess_t *); 276 279 extern async_sess_t *async_connect_me_to(async_exch_t *, iface_t, sysarg_t, 277 280 sysarg_t);
Note:
See TracChangeset
for help on using the changeset viewer.