X-Git-Url: http://git.harvie.cz/?p=svn%2FPrometheus-QoS%2F.git;a=blobdiff_plain;f=ipstruct.h;h=ea797499a7d2328e0b97cf116a3973c73c1d73a9;hp=2410047a4161dff7d4a2fe7a955afe0e7c154480;hb=0995c4adca9bd65afd16064d582ae8c404c2e8d5;hpb=1c9cae56507516acf3eda8fcfe60a74bfe923ee4 diff --git a/ipstruct.h b/ipstruct.h index 2410047..ea79749 100644 --- a/ipstruct.h +++ b/ipstruct.h @@ -16,9 +16,11 @@ 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; list(IP); }; @@ -52,3 +54,6 @@ struct Keyword list(Keyword); }; + +void TheIP(char *ipaddr); +/* function implemented in parsehosts.c */