Merge to Fedora kernel-2.6.18-1.2260_FC5 patched with stable patch-2.6.18.5-vs2.0...
[linux-2.6.git] / include / linux / netfilter_ipv4 / ip_set_nethash.h
index 6823641..172ef02 100644 (file)
@@ -8,6 +8,7 @@
 
 struct ip_set_nethash {
        ip_set_ip_t *members;           /* the nethash proper */
+       uint32_t elements;              /* number of elements */
        uint32_t hashsize;              /* hash size */
        uint16_t probes;                /* max number of probes  */
        uint16_t resize;                /* resize factor in percent */