Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/libcfa/concurrency/kernel

    r094476d rd8548e2  
    7979
    8080// Processor
    81 coroutine processorCtx_t {
    82         struct processor * proc;
    83 };
    84 
    8581// Wrapper around kernel threads
    8682struct processor {
    8783        // Main state
    8884        // Coroutine ctx who does keeps the state of the processor
    89         struct processorCtx_t runner;
     85        struct processorCtx_t * runner;
    9086
    9187        // Cluster from which to get threads
Note: See TracChangeset for help on using the changeset viewer.