X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=ipstruct.h;h=a80946d4acd96971478e4963d6ecabb42add59ca;hb=af37be1dccdd5c9b86113a6e02ed794da3102ec4;hp=2410047a4161dff7d4a2fe7a955afe0e7c154480;hpb=1c9cae56507516acf3eda8fcfe60a74bfe923ee4;p=svn%2FPrometheus-QoS%2F.git diff --git a/ipstruct.h b/ipstruct.h index 2410047..a80946d 100644 --- a/ipstruct.h +++ b/ipstruct.h @@ -16,9 +16,12 @@ struct IP unsigned long long upload; unsigned long long traffic; unsigned long long credit; + unsigned long long realquota; unsigned long pktsup; unsigned long pktsdown; struct Keyword *keyword; + int v6; + int mask; list(IP); }; @@ -52,3 +55,6 @@ struct Keyword list(Keyword); }; + +void TheIP(char *ipaddr, int is_network); +/* function implemented in parsehosts.c */