Changes in uspace/lib/c/include/async.h [9934f7d:b72efe8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/async.h
r9934f7d rb72efe8 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.