Ignore:
File:
1 edited

Legend:

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

    rc0699467 r912100e  
    3838#include <typedefs.h>
    3939#include <synch/spinlock.h>
    40 #include <abi/synch.h>
     40#include <synch/synch.h>
    4141#include <adt/list.h>
    4242
     
    6363       
    6464        /** List of sleeping threads for which there was no missed_wakeup. */
    65         list_t sleepers;
     65        link_t head;
    6666} waitq_t;
    6767
Note: See TracChangeset for help on using the changeset viewer.