diff options
Diffstat (limited to 'net/dccp/ccids/ccid2.h')
-rw-r--r-- | net/dccp/ccids/ccid2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/dccp/ccids/ccid2.h b/net/dccp/ccids/ccid2.h index 2a02ce04ba85..5b2ef4acb300 100644 --- a/net/dccp/ccids/ccid2.h +++ b/net/dccp/ccids/ccid2.h | |||
@@ -71,6 +71,7 @@ struct ccid2_hc_tx_sock { | |||
71 | u64 ccid2hctx_rpseq; | 71 | u64 ccid2hctx_rpseq; |
72 | int ccid2hctx_rpdupack; | 72 | int ccid2hctx_rpdupack; |
73 | int ccid2hctx_sendwait; | 73 | int ccid2hctx_sendwait; |
74 | unsigned long ccid2hctx_last_cong; | ||
74 | }; | 75 | }; |
75 | 76 | ||
76 | struct ccid2_hc_rx_sock { | 77 | struct ccid2_hc_rx_sock { |