Changeset 566992e1 in mainline for uspace/lib/c/include/async.h
- Timestamp:
- 2015-08-22T05:01:24Z (9 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d9e68d0
- Parents:
- 57dea62
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/async.h
r57dea62 r566992e1 162 162 extern void async_put_client_data_by_id(task_id_t); 163 163 164 extern int async_create_port(iface_t, async_port_handler_t, void *, 165 port_id_t *); 164 166 extern void async_set_fallback_port_handler(async_port_handler_t, void *); 165 167 extern void async_set_notification_handler_stack_size(size_t); … … 347 349 extern async_sess_t *async_connect_me_to_blocking(exch_mgmt_t, async_exch_t *, 348 350 sysarg_t, sysarg_t, sysarg_t); 351 extern async_sess_t *async_connect_me_to_blocking_iface(async_exch_t *, iface_t, 352 sysarg_t, sysarg_t); 349 353 extern async_sess_t *async_connect_kbox(task_id_t); 350 354
Note:
See TracChangeset
for help on using the changeset viewer.