Changeset 49a796f1 in mainline for uspace/lib/c/include/async.h
- Timestamp:
- 2018-05-31T16:11:01Z (3 years ago)
- Branches:
- master
- Children:
- c8afd5a
- Parents:
- fda19b8
- git-author:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-05-31 15:19:10)
- git-committer:
- Jiří Zárevúcky <jiri.zarevucky@…> (2018-05-31 16:11:01)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/async.h
rfda19b8 r49a796f1 107 107 typedef struct async_sess async_sess_t; 108 108 typedef struct async_exch async_exch_t; 109 110 extern atomic_t threads_in_ipc_wait;111 109 112 110 #define async_manager() \
Note: See TracChangeset
for help on using the changeset viewer.