Changes in kernel/generic/include/synch/waitq.h [c0699467:912100e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/synch/waitq.h
rc0699467 r912100e 38 38 #include <typedefs.h> 39 39 #include <synch/spinlock.h> 40 #include < abi/synch.h>40 #include <synch/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 st_t sleepers;65 link_t head; 66 66 } waitq_t; 67 67
Note:
See TracChangeset
for help on using the changeset viewer.