master/master.h
branchstable-1.1
changeset 1719 42ed27ae6785
parent 1716 9440f4ff25c7
child 1728 4cf9c3e9f0bd
equal deleted inserted replaced
1718:048c7310279c 1719:42ed27ae6785
    70 */
    70 */
    71 
    71 
    72 typedef struct
    72 typedef struct
    73 {
    73 {
    74     unsigned int timeouts; /**< datagram timeouts */
    74     unsigned int timeouts; /**< datagram timeouts */
    75     unsigned int delayed; /**< delayed datagrams */
       
    76     unsigned int corrupted; /**< corrupted frames */
    75     unsigned int corrupted; /**< corrupted frames */
    77     unsigned int skipped; /**< skipped datagrams (the ones that were
    76     unsigned int skipped; /**< skipped datagrams (the ones that were
    78                              requeued when not yet received) */
    77                              requeued when not yet received) */
    79     unsigned int unmatched; /**< unmatched datagrams (received, but not
    78     unsigned int unmatched; /**< unmatched datagrams (received, but not
    80                                queued any longer) */
    79                                queued any longer) */
    81     cycles_t t_last; /**< time of last output */
    80     unsigned long output_jiffies; /**< time of last output */
    82 }
    81 }
    83 ec_stats_t;
    82 ec_stats_t;
    84 
    83 
    85 /*****************************************************************************/
    84 /*****************************************************************************/
    86 
    85