diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/sctp/structs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/sctp/structs.h b/include/net/sctp/structs.h index 9f70d54fcefc..23f08fe1d50a 100644 --- a/include/net/sctp/structs.h +++ b/include/net/sctp/structs.h | |||
@@ -910,8 +910,10 @@ struct sctp_transport { | |||
910 | * should be set. Every time the RTT | 910 | * should be set. Every time the RTT |
911 | * calculation completes (i.e. the DATA chunk | 911 | * calculation completes (i.e. the DATA chunk |
912 | * is SACK'd) clear this flag. | 912 | * is SACK'd) clear this flag. |
913 | * hb_sent : a flag that signals that we have a pending heartbeat. | ||
913 | */ | 914 | */ |
914 | __u8 rto_pending; | 915 | __u8 rto_pending; |
916 | __u8 hb_sent; | ||
915 | 917 | ||
916 | /* Flag to track the current fast recovery state */ | 918 | /* Flag to track the current fast recovery state */ |
917 | __u8 fast_recovery; | 919 | __u8 fast_recovery; |