Ignore:
File:
1 edited

Legend:

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

    rc170438 r4d11204  
    4747        } while (0)
    4848
    49 #define FIBRIL_WRITER   1
     49#define FIBRIL_SERIALIZED  1
     50#define FIBRIL_WRITER      2
    5051
    5152struct fibril;
     
    7879       
    7980        fibril_owner_info_t *waits_for;
    80 
    81         unsigned switches;
    8281} fibril_t;
    8382
Note: See TracChangeset for help on using the changeset viewer.