Revert "[media] rc: rc-ir-raw: Add scancode encoder callback"
[linux-2.6-block.git] / include / net / tcp.h
index 9598871485ce3d7d36f96be9643d94e7ca85cfe0..051dc5c2802d3296f8b49d4b40911c0c22345262 100644 (file)
@@ -829,7 +829,7 @@ struct tcp_congestion_ops {
        /* hook for packet ack accounting (optional) */
        void (*pkts_acked)(struct sock *sk, u32 num_acked, s32 rtt_us);
        /* get info for inet_diag (optional) */
-       void (*get_info)(struct sock *sk, u32 ext, struct sk_buff *skb);
+       int (*get_info)(struct sock *sk, u32 ext, struct sk_buff *skb);
 
        char            name[TCP_CA_NAME_MAX];
        struct module   *owner;