Changes in kernel/generic/include/synch/waitq.h [912100e:b7398c0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/include/synch/waitq.h
r912100e rb7398c0 62 62 int missed_wakeups; 63 63 64 /** List of sleeping threads for w hich there was no missed_wakeup. */64 /** List of sleeping threads for wich there was no missed_wakeup. */ 65 65 link_t head; 66 66 } waitq_t;
Note:
See TracChangeset
for help on using the changeset viewer.