Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/private/async.h

    ra35b458 r5a6cc679  
    4747        /** If true, this struct is in the timeout list. */
    4848        bool inlist;
    49 
     49       
    5050        /** Timeout list link. */
    5151        link_t link;
    52 
     52       
    5353        /** If true, we have timed out. */
    5454        bool occurred;
    55 
     55       
    5656        /** Expiration time. */
    5757        struct timeval expires;
     
    6262        /** If true, this struct is in a synchronization object wait queue. */
    6363        bool inlist;
    64 
     64       
    6565        /** Wait queue linkage. */
    6666        link_t link;
     
    7171        /** Identification of and link to the waiting fibril. */
    7272        fid_t fid;
    73 
     73       
    7474        /** If true, this fibril is currently active. */
    7575        bool active;
    76 
     76       
    7777        /** Timeout wait data. */
    7878        to_event_t to_event;
Note: See TracChangeset for help on using the changeset viewer.