X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Flinux%2Fnetfilter_ipv4%2Fip_set_iphash.h;h=7de854b4ad57a5a1266a61dafd4e36690ccbe793;hb=a2f44b27303a5353859d77a3e96a1d3f33f56ab7;hp=65eb2be5450a41e02069308312e4fe3d8a2d5087;hpb=134734d875a0a48d994ef20b9905209b4b8b6f75;p=linux-2.6.git diff --git a/include/linux/netfilter_ipv4/ip_set_iphash.h b/include/linux/netfilter_ipv4/ip_set_iphash.h index 65eb2be54..7de854b4a 100644 --- a/include/linux/netfilter_ipv4/ip_set_iphash.h +++ b/include/linux/netfilter_ipv4/ip_set_iphash.h @@ -8,6 +8,7 @@ struct ip_set_iphash { ip_set_ip_t *members; /* the iphash 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 */