Changeset 101516d in mainline for uspace/lib/c/include/async.h


Ignore:
Timestamp:
2016-08-30T18:06:41Z (9 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a481d81
Parents:
2f6ad06
Message:

Add async framework wrapper around as_area_create()

This is necessary because only the async framework can see the underlying
phone in struct async_sess.

File:
1 edited

Legend:

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

    r2f6ad06 r101516d  
    488488extern void async_remote_state_release_exchange(async_exch_t *);
    489489
     490extern void *async_as_area_create(void *, size_t, unsigned int, async_sess_t *);
     491
    490492#endif
    491493
Note: See TracChangeset for help on using the changeset viewer.