tcp: replace cnt & rtt with struct in pkts_acked()
[deliverable/linux.git] / net / ipv4 / tcp_vegas.h
index ef9da5306c685b269cc1efe64ee40196faf11e66..248cfc0ff9aeb78b146c5c77496031b9014fce67 100644 (file)
@@ -17,7 +17,7 @@ struct vegas {
 
 void tcp_vegas_init(struct sock *sk);
 void tcp_vegas_state(struct sock *sk, u8 ca_state);
-void tcp_vegas_pkts_acked(struct sock *sk, u32 cnt, s32 rtt_us);
+void tcp_vegas_pkts_acked(struct sock *sk, const struct ack_sample *sample);
 void tcp_vegas_cwnd_event(struct sock *sk, enum tcp_ca_event event);
 size_t tcp_vegas_get_info(struct sock *sk, u32 ext, int *attr,
                          union tcp_cc_info *info);
This page took 0.038677 seconds and 5 git commands to generate.