diff options
Diffstat (limited to 'net/dccp/ccids/ccid2.h')
| -rw-r--r-- | net/dccp/ccids/ccid2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ccids/ccid2.h b/net/dccp/ccids/ccid2.h index 443f08a667a2..b72e9556a155 100644 --- a/net/dccp/ccids/ccid2.h +++ b/net/dccp/ccids/ccid2.h | |||
| @@ -50,9 +50,9 @@ struct ccid2_seq { | |||
| 50 | */ | 50 | */ |
| 51 | struct ccid2_hc_tx_sock { | 51 | struct ccid2_hc_tx_sock { |
| 52 | u32 ccid2hctx_cwnd; | 52 | u32 ccid2hctx_cwnd; |
| 53 | u32 ccid2hctx_ssthresh; | ||
| 53 | int ccid2hctx_ssacks; | 54 | int ccid2hctx_ssacks; |
| 54 | int ccid2hctx_acks; | 55 | int ccid2hctx_acks; |
| 55 | unsigned int ccid2hctx_ssthresh; | ||
| 56 | int ccid2hctx_pipe; | 56 | int ccid2hctx_pipe; |
| 57 | struct ccid2_seq *ccid2hctx_seqbuf[CCID2_SEQBUF_MAX]; | 57 | struct ccid2_seq *ccid2hctx_seqbuf[CCID2_SEQBUF_MAX]; |
| 58 | int ccid2hctx_seqbufc; | 58 | int ccid2hctx_seqbufc; |
