Changeset 9d12059 in mainline for uspace/lib/c/include/async_sess.h


Ignore:
Timestamp:
2011-01-09T12:16:00Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0c70f7e, a676574
Parents:
bc5ffeb
Message:

Pass arg1 directly to async_session_create(). arg1 will be used often, so make it easy to use. Also when arg1 is used as portid, (phone, portid) is a port reference, so the two fields belong together and could be potentially fused together in the future.

File:
1 edited

Legend:

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

    rbc5ffeb r9d12059  
    4646
    4747extern void _async_sess_init(void);
    48 extern void async_session_create(async_sess_t *, int);
    49 extern void async_session_set_connect_args(async_sess_t *, sysarg_t);
     48extern void async_session_create(async_sess_t *, int, sysarg_t);
    5049extern void async_session_destroy(async_sess_t *);
    5150extern int async_exchange_begin(async_sess_t *);
Note: See TracChangeset for help on using the changeset viewer.