Ignore:
File:
1 edited

Legend:

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

    r58d64a4 r1eb239e4  
    2323
    2424extern "C" {
    25         #include <bits/pthreadtypes.h>
    26         #include <linux/types.h>
     25#include <bits/pthreadtypes.h>
    2726}
    2827
     
    4847// Processor id, required for scheduling threads
    4948struct __processor_id_t {
    50         unsigned id:24;
    51         bool full_proc:1;
     49        unsigned id;
    5250
    5351        #if !defined(__CFA_NO_STATISTICS__)
     
    159157
    160158struct io_cancellation {
    161         __u64 target;
     159        uint32_t target;
    162160};
    163161
Note: See TracChangeset for help on using the changeset viewer.