Changeset cac458f in mainline for uspace/lib/c/include/async.h
- Timestamp:
- 2011-06-22T01:59:39Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/fix-logger-deadlock, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 41e2118
- Parents:
- 79506d6 (diff), f1fae414 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)links above to see all the changes relative to each parent. - File:
-
- 1 edited
-
uspace/lib/c/include/async.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/async.h
r79506d6 rcac458f 55 55 /** Client connection handler 56 56 * 57 * @param callid ID of incoming call or 0 if connection initiated from58 * inside using async_connect_to_me()59 * @param call Incoming call or 0 if connection initiated from inside60 * @param arg Local argument passed from async_new_connection() or61 * async_connect_to_me()57 * @param callid ID of incoming call or 0 if connection initiated from 58 * inside using async_connect_to_me() 59 * @param call Incoming call or 0 if connection initiated from inside 60 * @param arg Local argument passed from async_new_connection() or 61 * async_connect_to_me() 62 62 */ 63 63 typedef void (*async_client_conn_t)(ipc_callid_t, ipc_call_t *, void *); … … 99 99 typedef struct { 100 100 /** List of inactive exchanges */ 101 li nk_t exch_list;101 list_t exch_list; 102 102 103 103 /** Exchange management style */
Note:
See TracChangeset
for help on using the changeset viewer.
