X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=ipstruct.h;h=797fb7bb72bca3bcd2f0f64157c1ffc08d9f1c11;hb=f71cfa3b3f9d842ff69cc94e8c546583f61ad19e;hp=72bf976b87406945115a4fdb8b278161e338a32e;hpb=c38473c17cd984140f177ccb2000089e10444299;p=svn%2FPrometheus-QoS%2F.git diff --git a/ipstruct.h b/ipstruct.h index 72bf976..797fb7b 100644 --- a/ipstruct.h +++ b/ipstruct.h @@ -56,9 +56,16 @@ struct Keyword char *html_color; int ip_count; char *leaf_discipline; - + int allowed_avgmtu; /* this is for calculating packet limits, 0 = no limit*/ list(Keyword); }; +struct Macro +{ + char *rewrite_from; + char *rewrite_to; + list(Macro); +}; + void TheIP(char *ipaddr, int is_network); /* function implemented in parsehosts.c */