diff options
Diffstat (limited to 'include/net/tcp.h')
-rw-r--r-- | include/net/tcp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/tcp.h b/include/net/tcp.h index 9598871485ce..051dc5c2802d 100644 --- a/include/net/tcp.h +++ b/include/net/tcp.h | |||
@@ -829,7 +829,7 @@ struct tcp_congestion_ops { | |||
829 | /* hook for packet ack accounting (optional) */ | 829 | /* hook for packet ack accounting (optional) */ |
830 | void (*pkts_acked)(struct sock *sk, u32 num_acked, s32 rtt_us); | 830 | void (*pkts_acked)(struct sock *sk, u32 num_acked, s32 rtt_us); |
831 | /* get info for inet_diag (optional) */ | 831 | /* get info for inet_diag (optional) */ |
832 | void (*get_info)(struct sock *sk, u32 ext, struct sk_buff *skb); | 832 | int (*get_info)(struct sock *sk, u32 ext, struct sk_buff *skb); |
833 | 833 | ||
834 | char name[TCP_CA_NAME_MAX]; | 834 | char name[TCP_CA_NAME_MAX]; |
835 | struct module *owner; | 835 | struct module *owner; |