#include <adt/list.h>Go to the source code of this file.
Data Structures | |
| struct | async_sess_t |
Functions | |
| int | async_exchange_begin (async_sess_t *sess) |
| Start new exchange in a session. | |
| void | async_exchange_end (async_sess_t *sess, int data_phone) |
| Finish an exchange. | |
| void | async_session_create (async_sess_t *sess, int phone, sysarg_t arg1) |
| Create a session. | |
| void | async_session_destroy (async_sess_t *sess) |
| Destroy a session. | |
Definition in file async_sess.h.
1.4.7