Changeset 0f4532e in mainline for uspace/lib/c/include/async.h


Ignore:
Timestamp:
2011-08-20T14:55:02Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
93ad49a8
Parents:
a0fc4be
Message:

Make service_connect() work with parallel exchange management.

File:
1 edited

Legend:

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

    ra0fc4be r0f4532e  
    333333extern void async_poke(void);
    334334
     335void async_sess_args_shift(async_sess_t *sess);
     336
    335337extern async_exch_t *async_exchange_begin(async_sess_t *);
    336338extern void async_exchange_end(async_exch_t *);
Note: See TracChangeset for help on using the changeset viewer.