Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/fibril.c

    rc170438 r6d87dce  
    113113       
    114114        fibril->waits_for = NULL;
    115 
    116         fibril->switches = 0;
    117115
    118116        /*
     
    218216                        assert(stype == FIBRIL_TO_MANAGER);
    219217
    220                         srcf->switches++;
    221 
    222218                        /*
    223219                         * Don't put the current fibril into any list, it should
Note: See TracChangeset for help on using the changeset viewer.