Changes in uspace/lib/c/include/fibril.h [c170438:4d11204] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/c/include/fibril.h
rc170438 r4d11204 47 47 } while (0) 48 48 49 #define FIBRIL_WRITER 1 49 #define FIBRIL_SERIALIZED 1 50 #define FIBRIL_WRITER 2 50 51 51 52 struct fibril; … … 78 79 79 80 fibril_owner_info_t *waits_for; 80 81 unsigned switches;82 81 } fibril_t; 83 82
Note:
See TracChangeset
for help on using the changeset viewer.