Changes in uspace/srv/logger/logger.h [3272be1:09ab0a9a] in mainline
- File:
-
- 1 edited
-
uspace/srv/logger/logger.h (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/logger/logger.h
r3272be1 r09ab0a9a 41 41 #include <async.h> 42 42 #include <stdbool.h> 43 #include <refcount.h>44 43 #include <fibril_synch.h> 45 44 #include <stdio.h> … … 65 64 link_t link; 66 65 67 atomic_refcount_t ref_counter;66 size_t ref_counter; 68 67 69 68 fibril_mutex_t guard;
Note:
See TracChangeset
for help on using the changeset viewer.
