[TCP]: Need to declare 'tcp_reno' in net/tcp.h
authorDavid S. Miller <davem@davemloft.net>
Fri, 24 Jun 2005 06:45:02 +0000 (23:45 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 Jun 2005 06:45:02 +0000 (23:45 -0700)
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/tcp.h

index d04b21188ccb86020aad89c9412151e879ce297b..ec9e20c27179af1f6446ece3e97b0dfb090b8403 100644 (file)
@@ -1169,6 +1169,7 @@ extern u32 tcp_reno_ssthresh(struct tcp_sock *tp);
 extern void tcp_reno_cong_avoid(struct tcp_sock *tp, u32 ack,
                                u32 rtt, u32 in_flight, int flag);
 extern u32 tcp_reno_min_cwnd(struct tcp_sock *tp);
+extern struct tcp_congestion_ops tcp_reno;
 
 static inline void tcp_set_ca_state(struct tcp_sock *tp, u8 ca_state)
 {
This page took 0.029518 seconds and 5 git commands to generate.