master/master.h
changeset 492 9c58efb2c72d
parent 448 e4b76dc7910c
child 495 88c597598bbc
equal deleted inserted replaced
491:07a7c5951ebc 492:9c58efb2c72d
    73 */
    73 */
    74 
    74 
    75 typedef struct
    75 typedef struct
    76 {
    76 {
    77     unsigned int timeouts; /**< datagram timeouts */
    77     unsigned int timeouts; /**< datagram timeouts */
       
    78     unsigned int starved; /**< starved datagrams (not even sent) */
    78     unsigned int corrupted; /**< corrupted frames */
    79     unsigned int corrupted; /**< corrupted frames */
    79     unsigned int skipped; /**< skipped datagrams (the ones that were
    80     unsigned int skipped; /**< skipped datagrams (the ones that were
    80                              requeued when not yet received) */
    81                              requeued when not yet received) */
    81     unsigned int unmatched; /**< unmatched datagrams (received, but not
    82     unsigned int unmatched; /**< unmatched datagrams (received, but not
    82                                queued any longer) */
    83                                queued any longer) */