X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fnetfilter_ipv4%2Fip_set_nethash.h;h=172ef02d8e244b313a626e2f744c97e1063764c6;hb=a2f44b27303a5353859d77a3e96a1d3f33f56ab7;hp=6823641b2d7473028023e86ea8429c0fb366d3f4;hpb=134734d875a0a48d994ef20b9905209b4b8b6f75;p=linux-2.6.git diff --git a/include/linux/netfilter_ipv4/ip_set_nethash.h b/include/linux/netfilter_ipv4/ip_set_nethash.h index 6823641b2..172ef02d8 100644 --- a/include/linux/netfilter_ipv4/ip_set_nethash.h +++ b/include/linux/netfilter_ipv4/ip_set_nethash.h @@ -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 */