Changes in uspace/lib/c/include/async.h [5da7199:93ad49a8] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/async.h
r5da7199 r93ad49a8 96 96 97 97 /** Forward declarations */ 98 struct async_exch;99 struct async_sess;100 101 typedef struct async_sess async_sess_t;102 typedef struct async_exch async_exch_t;98 struct _async_exch; 99 struct _async_sess; 100 101 typedef struct _async_sess async_sess_t; 102 typedef struct _async_exch async_exch_t; 103 103 104 104 extern atomic_t threads_in_ipc_wait;
Note:
See TracChangeset
for help on using the changeset viewer.