linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / net / dccp / diag.c
index 0f37455..3f78c00 100644 (file)
@@ -9,6 +9,7 @@
  *     published by the Free Software Foundation.
  */
 
+#include <linux/config.h>
 
 #include <linux/module.h>
 #include <linux/inet_diag.h>
@@ -29,7 +30,7 @@ static void dccp_get_info(struct sock *sk, struct tcp_info *info)
        info->tcpi_backoff      = icsk->icsk_backoff;
        info->tcpi_pmtu         = icsk->icsk_pmtu_cookie;
 
-       if (dccp_msk(sk)->dccpms_send_ack_vector)
+       if (dp->dccps_options.dccpo_send_ack_vector)
                info->tcpi_options |= TCPI_OPT_SACK;
 
        ccid_hc_rx_get_info(dp->dccps_hc_rx_ccid, sk, info);