X-Git-Url: http://git.harvie.cz/?p=svn%2FPrometheus-QoS%2F.git;a=blobdiff_plain;f=ipstruct.h;h=80810fcaffcc0ec999070298780b66858286c32e;hp=c7843f6349bf4bf9e10dd0ee92eddb866f293db3;hb=421c0c00daa7f89134ffdd703f86712a571a42cd;hpb=9f552e96b7c3ed1b5af6578252c0154491132a10 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;