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