Changes in uspace/lib/c/generic/async_sess.c [64d2b10:47b7006] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/generic/async_sess.c
r64d2b10 r47b7006 105 105 #include <errno.h> 106 106 #include <assert.h> 107 #include "private/async_sess.h" 107 108 108 109 /** An inactive open connection. */ … … 137 138 * 138 139 * Needs to be called prior to any other interface in this file. 139 */ 140 void _async_sess_init(void) 140 * 141 */ 142 void __async_sess_init(void) 141 143 { 142 144 fibril_mutex_initialize(&async_sess_mutex);
Note:
See TracChangeset
for help on using the changeset viewer.