X-Git-Url: https://git.harvie.cz/?p=svn%2FPrometheus-QoS%2F.git;a=blobdiff_plain;f=ipstruct.h;h=a80946d4acd96971478e4963d6ecabb42add59ca;hp=ea797499a7d2328e0b97cf116a3973c73c1d73a9;hb=af37be1dccdd5c9b86113a6e02ed794da3102ec4;hpb=e2107a5e5a89245332653d3ac2274b131ab66c60 diff --git a/ipstruct.h b/ipstruct.h index ea79749..a80946d 100644 --- a/ipstruct.h +++ b/ipstruct.h @@ -21,6 +21,7 @@ struct IP unsigned long pktsdown; struct Keyword *keyword; int v6; + int mask; list(IP); }; @@ -55,5 +56,5 @@ struct Keyword list(Keyword); }; -void TheIP(char *ipaddr); +void TheIP(char *ipaddr, int is_network); /* function implemented in parsehosts.c */