diff options
author | Stephen Hemminger <shemminger@osdl.org> | 2005-11-17 14:11:18 -0800 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2005-11-17 14:11:18 -0800 |
commit | bd6af700a7191f483f41706467033588f28c8877 (patch) | |
tree | 8a795f3effcc7086eee5addcc56646cf2cbb6c6e /net/ipv4 | |
parent | 6b1de9161e973bac8c4675db608fe4f38d2689bd (diff) |
[TCP]: TCP highspeed build error
There is a compile error that crept in with the last patch of
TCP patches.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4')
-rw-r--r-- | net/ipv4/tcp_highspeed.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/tcp_highspeed.c b/net/ipv4/tcp_highspeed.c index 82b3c189bd7..63cf7e54084 100644 --- a/net/ipv4/tcp_highspeed.c +++ b/net/ipv4/tcp_highspeed.c @@ -111,7 +111,7 @@ static void hstcp_init(struct sock *sk) } static void hstcp_cong_avoid(struct sock *sk, u32 adk, u32 rtt, - u32 in_flight, u32 pkts_acked) + u32 in_flight, int data_acked) { struct tcp_sock *tp = tcp_sk(sk); struct hstcp *ca = inet_csk_ca(sk); |