Ignore:
File:
1 edited

Legend:

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

    r7f122e3 r63f8966  
    4848#define FIBRIL_WRITER      2
    4949
    50 struct fibril;
    51 
    52 typedef struct {
    53         struct fibril *owned_by;
    54 } fibril_owner_info_t;
    55 
    5650typedef enum {
    5751        FIBRIL_PREEMPT,
     
    7468        int retval;
    7569        int flags;
    76 
    77         fibril_owner_info_t *waits_for;
    7870} fibril_t;
    7971
Note: See TracChangeset for help on using the changeset viewer.