Changes in kernel/generic/include/synch/waitq.h [912100e:c0699467] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/synch/waitq.h
r912100e rc0699467 38 38 #include <typedefs.h> 39 39 #include <synch/spinlock.h> 40 #include < synch/synch.h>40 #include <abi/synch.h> 41 41 #include <adt/list.h> 42 42 … … 63 63 64 64 /** List of sleeping threads for which there was no missed_wakeup. */ 65 li nk_t head;65 list_t sleepers; 66 66 } waitq_t; 67 67
Note:
See TracChangeset
for help on using the changeset viewer.