Ignore:
File:
1 edited

Legend:

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

    r7c15d6f r78192cc7  
    135135        fid_t fibril;
    136136        fibril_timer_state_t state;
    137         /** FID of fibril executing handler or 0 if handler is not running */
    138         fid_t handler_fid;
     137        bool handler_running;
    139138
    140139        suseconds_t delay;
Note: See TracChangeset for help on using the changeset viewer.