Ignore:
File:
1 edited

Legend:

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

    r58d64a4 rc402739f  
    4848// Processor id, required for scheduling threads
    4949struct __processor_id_t {
    50         unsigned id:24;
    51         bool full_proc:1;
     50        unsigned id;
    5251
    5352        #if !defined(__CFA_NO_STATISTICS__)
Note: See TracChangeset for help on using the changeset viewer.