]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - net/ipv4/tcp_westwood.c
[TCP]: Congestion control API update.
[mirror_ubuntu-zesty-kernel.git] / net / ipv4 / tcp_westwood.c
index ae1026a67720dc6586249b23ba74e8866ac0588b..e61e09dd513ed55c618ce5e7582ead8c9b99a4e1 100644 (file)
@@ -100,7 +100,7 @@ static void westwood_filter(struct westwood *w, u32 delta)
  * Called after processing group of packets.
  * but all westwood needs is the last sample of srtt.
  */
-static void tcp_westwood_pkts_acked(struct sock *sk, u32 cnt)
+static void tcp_westwood_pkts_acked(struct sock *sk, u32 cnt, ktime_t last)
 {
        struct westwood *w = inet_csk_ca(sk);
        if (cnt > 0)