Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/synch/waitq.h

    r55b77d9 rb7398c0  
    6262        int missed_wakeups;
    6363       
    64         /** List of sleeping threads for which there was no missed_wakeup. */
    65         list_t sleepers;
     64        /** List of sleeping threads for wich there was no missed_wakeup. */
     65        link_t head;
    6666} waitq_t;
    6767
Note: See TracChangeset for help on using the changeset viewer.