master/master.h
changeset 719 03d5b96632fb
parent 715 f12ff7c08623
child 758 8fa6f825eb7d
equal deleted inserted replaced
718:80df6930e7e6 719:03d5b96632fb
    73 
    73 
    74 typedef struct
    74 typedef struct
    75 {
    75 {
    76     unsigned int timeouts; /**< datagram timeouts */
    76     unsigned int timeouts; /**< datagram timeouts */
    77     unsigned int corrupted; /**< corrupted frames */
    77     unsigned int corrupted; /**< corrupted frames */
    78     unsigned int skipped; /**< skipped datagrams (the ones that were
       
    79                              requeued when not yet received) */
       
    80     unsigned int unmatched; /**< unmatched datagrams (received, but not
    78     unsigned int unmatched; /**< unmatched datagrams (received, but not
    81                                queued any longer) */
    79                                queued any longer) */
    82     unsigned long output_jiffies; /**< time of last output */
    80     unsigned long output_jiffies; /**< time of last output */
    83 }
    81 }
    84 ec_stats_t;
    82 ec_stats_t;