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


Ignore:
Timestamp:
2010-12-26T17:25:57Z (14 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
d1c041a
Parents:
d3cce52
Message:

'Exchange' is better than 'transaction', because it does not evoke ACID semantics (which we don't have).

File:
1 edited

Legend:

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

    rd3cce52 rd3a1ade3  
    4646extern void async_session_create(async_sess_t *, int);
    4747extern void async_session_destroy(async_sess_t *);
    48 extern int async_transaction_begin(async_sess_t *);
    49 extern void async_transaction_end(async_sess_t *, int);
     48extern int async_exchange_begin(async_sess_t *);
     49extern void async_exchange_end(async_sess_t *, int);
    5050
    5151#endif
Note: See TracChangeset for help on using the changeset viewer.