X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;f=ipstruct.h;h=72bf976b87406945115a4fdb8b278161e338a32e;hb=a25842fafee4469c8acbacd673fc4c905bcab3f9;hp=ad5bf38fc7318bd80e9be31aa4dbcaff0818ac52;hpb=cdfd88eb2cfba828e5bfc3f77eba37b3cba286ce;p=svn%2FPrometheus-QoS%2F.git diff --git a/ipstruct.h b/ipstruct.h index ad5bf38..72bf976 100644 --- a/ipstruct.h +++ b/ipstruct.h @@ -13,6 +13,7 @@ struct IP int fixedprio; int group; int lmsid; + int pps_limit; unsigned long long direct; unsigned long long proxy; unsigned long long upload; @@ -24,6 +25,7 @@ struct IP struct Keyword *keyword; int v6; int mask; + struct IP *uplink; list(IP); };