upgrade to linux 2.6.10-1.12_FC2
[linux-2.6.git] / include / linux / netfilter_ipv4 / ip_conntrack.h
index bff3420..cf02de3 100644 (file)
@@ -226,6 +226,10 @@ struct ip_conntrack
        xid_t xid[IP_CT_DIR_MAX];
 #endif
 
+#if defined(CONFIG_IP_NF_CONNTRACK_MARK)
+       unsigned long mark;
+#endif
+
        /* Traversed often, so hopefully in different cacheline to top */
        /* These are my tuples; original and reply */
        struct ip_conntrack_tuple_hash tuplehash[IP_CT_DIR_MAX];