master/master.h
changeset 344 5d8281f1aa2a
parent 335 1e37c856b74e
child 347 d201392748eb
equal deleted inserted replaced
343:b3858d25ba4b 344:5d8281f1aa2a
    76     unsigned int corrupted; /**< corrupted frames */
    76     unsigned int corrupted; /**< corrupted frames */
    77     unsigned int skipped; /**< skipped datagrams (the ones that were
    77     unsigned int skipped; /**< skipped datagrams (the ones that were
    78                              requeued when not yet received) */
    78                              requeued when not yet received) */
    79     unsigned int unmatched; /**< unmatched datagrams (received, but not
    79     unsigned int unmatched; /**< unmatched datagrams (received, but not
    80                                queued any longer) */
    80                                queued any longer) */
    81     cycles_t t_last; /**< time of last output */
    81     unsigned long output_jiffies; /**< time of last output */
    82 }
    82 }
    83 ec_stats_t;
    83 ec_stats_t;
    84 
    84 
    85 /*****************************************************************************/
    85 /*****************************************************************************/
    86 
    86