task-manager: Add retransmit cleared alert

This commit is contained in:
Tobias Brunner
2016-06-06 14:11:01 +02:00
parent 9da65eaeb9
commit bd71ba0ffb
3 changed files with 16 additions and 0 deletions
+3
View File
@@ -105,6 +105,9 @@ enum alert_t {
* of the retransmit, if the message got fragmented only the first fragment
* is passed */
ALERT_RETRANSMIT_SEND,
/** received response for retransmitted request, argument is packet_t, if
* the message got fragmented only the first fragment is passed */
ALERT_RETRANSMIT_SEND_CLEARED,
/** sending retransmits timed out, argument is packet_t, if available and if
* the message got fragmented only the first fragment is passed */
ALERT_RETRANSMIT_SEND_TIMEOUT,