summaryrefslogtreecommitdiff
path: root/source/LCM/include/t_bulk_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'source/LCM/include/t_bulk_protocol.h')
-rw-r--r--source/LCM/include/t_bulk_protocol.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/LCM/include/t_bulk_protocol.h b/source/LCM/include/t_bulk_protocol.h
index 95c4dbd..67a1dab 100644
--- a/source/LCM/include/t_bulk_protocol.h
+++ b/source/LCM/include/t_bulk_protocol.h
@@ -121,6 +121,8 @@ typedef struct {
TL_BulkProtocolState_t State;
/** Current bulk session ID. */
uint16 SessionId;
+ /** Counter for Bulk Timer Retransmissions. */
+ uint16 BulkRetransmissionNo;
/** Length of the file transfered with bulk transfer. */
uint64 TotalLength;
/** Length of payload data transfered with bulk transfer. */