Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/fibril.h

    r4d11204 rc170438  
    4747        } while (0)
    4848
    49 #define FIBRIL_SERIALIZED  1
    50 #define FIBRIL_WRITER      2
     49#define FIBRIL_WRITER   1
    5150
    5251struct fibril;
     
    7978       
    8079        fibril_owner_info_t *waits_for;
     80
     81        unsigned switches;
    8182} fibril_t;
    8283
Note: See TracChangeset for help on using the changeset viewer.