Navigation



Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libfdcore/fdcore-internal.h

    r928 r938  
    126126        struct fd_list  srs; /* requests ordered by hop-by-hop id */
    127127        struct fd_list  exp; /* requests that have a timeout set, ordered by timeout */
     128        int             cnt; /* number of requests in the srs list */
    128129        pthread_mutex_t mtx; /* mutex to protect these lists */
    129130        pthread_cond_t  cnd; /* cond var used by the thread that handles timeouts */
Note: See TracChangeset for help on using the changeset viewer.