Changeset 566992e1 in mainline for uspace/lib/c/include/async.h


Ignore:
Timestamp:
2015-08-22T05:01:24Z (9 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d9e68d0
Parents:
57dea62
Message:

extremely rudimentary support for interfaces and ports
(does not do much, but it is backward and forward compatible)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/async.h

    r57dea62 r566992e1  
    162162extern void async_put_client_data_by_id(task_id_t);
    163163
     164extern int async_create_port(iface_t, async_port_handler_t, void *,
     165    port_id_t *);
    164166extern void async_set_fallback_port_handler(async_port_handler_t, void *);
    165167extern void async_set_notification_handler_stack_size(size_t);
     
    347349extern async_sess_t *async_connect_me_to_blocking(exch_mgmt_t, async_exch_t *,
    348350    sysarg_t, sysarg_t, sysarg_t);
     351extern async_sess_t *async_connect_me_to_blocking_iface(async_exch_t *, iface_t,
     352    sysarg_t, sysarg_t);
    349353extern async_sess_t *async_connect_kbox(task_id_t);
    350354
Note: See TracChangeset for help on using the changeset viewer.