Changeset 0a8f070 in mainline for uspace/lib/c/generic/private/async.h
- Timestamp:
- 2019-08-07T02:33:03Z (6 years ago)
- Children:
- fe86d9d
- Parents:
- 103939e
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-08-16 16:04:14)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-07 02:33:03)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/private/async.h
r103939e r0a8f070 96 96 extern void __async_server_init(void); 97 97 extern void __async_server_fini(void); 98 extern void __async_client_init( void);98 extern void __async_client_init(async_sess_t *); 99 99 extern void __async_client_fini(void); 100 100 extern void __async_ports_init(void);
Note:
See TracChangeset
for help on using the changeset viewer.