- File:
-
- 1 edited
-
libcfa/src/concurrency/kernel.hfa (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/kernel.hfa
r58d64a4 r1eb239e4 23 23 24 24 extern "C" { 25 #include <bits/pthreadtypes.h> 26 #include <linux/types.h> 25 #include <bits/pthreadtypes.h> 27 26 } 28 27 … … 48 47 // Processor id, required for scheduling threads 49 48 struct __processor_id_t { 50 unsigned id:24; 51 bool full_proc:1; 49 unsigned id; 52 50 53 51 #if !defined(__CFA_NO_STATISTICS__) … … 159 157 160 158 struct io_cancellation { 161 __u64target;159 uint32_t target; 162 160 }; 163 161
Note:
See TracChangeset
for help on using the changeset viewer.