- merge revision 1.7
authorMark Huang <mlhuang@cs.princeton.edu>
Fri, 4 Mar 2005 13:51:36 +0000 (13:51 +0000)
committerMark Huang <mlhuang@cs.princeton.edu>
Fri, 4 Mar 2005 13:51:36 +0000 (13:51 +0000)
date: 2005/02/01 03:09:19;  author: mlhuang;  state: Exp;  lines: +2 -0
- bound vnet mods by #ifdef

include/linux/netfilter_ipv4/ip_conntrack.h

index f2ded11..95b8eaa 100644 (file)
@@ -227,8 +227,10 @@ struct ip_conntrack
        } nat;
 #endif /* CONFIG_IP_NF_NAT_NEEDED */
 
+#if defined(CONFIG_VNET) || defined(CONFIG_VNET_MODULE)
        /* VServer context id */
        xid_t xid[IP_CT_DIR_MAX];
+#endif
 
 };