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


Ignore:
Timestamp:
2010-12-26T11:01:44Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c1c0184
Parents:
3750c06
Message:

Clean up nomenclature of async sessions (formerly relations).

File:
1 moved

Legend:

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

    r3750c06 r7907cf9  
    3333 */
    3434
    35 #ifndef LIBC_ASYNC_REL_H_
    36 #define LIBC_ASYNC_REL_H_
     35#ifndef LIBC_ASYNC_SESS_H_
     36#define LIBC_ASYNC_SESS_H_
    3737
    38 extern int async_rel_init(void);
    39 extern int async_relation_create(int);
    40 extern void async_relation_destroy(int, int);
     38extern int async_sess_init(void);
     39extern int async_transaction_begin(int);
     40extern void async_transaction_end(int, int);
    4141
    4242#endif
Note: See TracChangeset for help on using the changeset viewer.