X-Git-Url: https://git.harvie.cz/?p=svn%2FPrometheus-QoS%2F.git;a=blobdiff_plain;f=ipstruct.h;h=80810fcaffcc0ec999070298780b66858286c32e;hp=c7843f6349bf4bf9e10dd0ee92eddb866f293db3;hb=20ae739ca407ae6f1b012d3c58e5b0c28514b9d8;hpb=1a2ab32b216e382f5b24e019baa71493f356fb08 diff --git a/ipstruct.h b/ipstruct.h index c7843f6..80810fc 100644 --- a/ipstruct.h +++ b/ipstruct.h @@ -72,6 +72,13 @@ struct Macro list(Macro); }; +struct QosFreeInterface +{ + char *name; + int _eoln; + list(QosFreeInterface); +}; + struct Index { char *addr;