This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / include / linux / tcp.h
index b8a1a35..181ddf1 100644 (file)
@@ -190,8 +190,6 @@ struct tcp_info
 
        __u32   tcpi_rcv_rtt;
        __u32   tcpi_rcv_space;
-
-       __u32   tcpi_total_retrans;
 };
 
 #ifdef CONFIG_ACCEPT_QUEUES
@@ -382,8 +380,6 @@ struct tcp_opt {
        __u8    urg_mode;       /* In urgent mode               */
        __u32   snd_up;         /* Urgent pointer               */
 
-       __u32   total_retrans;  /* Total retransmits for entire connection */
-
        /* The syn_wait_lock is necessary only to avoid proc interface having
         * to grab the main lock sock while browsing the listening hash
         * (otherwise it's deadlock prone).