fedora core 2.6.10-1.12-FC2
[linux-2.6.git] / include / linux / netfilter_ipv4 / ip_conntrack.h
index 989f1cf..afa5e04 100644 (file)
@@ -212,6 +212,10 @@ struct ip_conntrack
        } nat;
 #endif /* CONFIG_IP_NF_NAT_NEEDED */
 
+#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];