Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/kernel.hfa

    rcd5b58f r8b74fa7  
    256256        // List of threads
    257257        __spinlock_t thread_list_lock;
    258         dlist(struct thread$, thread$.cltr_link) threads;
     258        __dllist_t(struct thread$) threads;
    259259        unsigned int nthreads;
    260260
Note: See TracChangeset for help on using the changeset viewer.