X-Git-Url: http://git.onelab.eu/?p=linux-2.6.git;a=blobdiff_plain;f=include%2Flinux%2Fnetfilter_ipv4%2Fip_set_iphash.h;fp=include%2Flinux%2Fnetfilter_ipv4%2Fip_set_iphash.h;h=7de854b4ad57a5a1266a61dafd4e36690ccbe793;hp=65eb2be5450a41e02069308312e4fe3d8a2d5087;hb=bd5a19dd4af64aaf2a1cc38033a2bd21a093a497;hpb=a030541d6dd71712d1989c26d9e63a698c64d5d8 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 */