LQL Reference Manual |
---|
LQLClassPriomap — LQLClassPriomap models a class in a Priomap queueing discipline.
struct LQLClassPriomap; LQLClassPriomap* lql_class_priomap_new (void);
LQLClassPriomap models a class in a Priomap queueing discipline. The Priomap QDisc adds the number of classes you set with the bands parameter. Thus, there is no way to directly add a LQLClassPriomap.
LQLClassPriomap* lql_class_priomap_new (void);
Build a new instance of LQLClassPriomap.
Returns : | A new LQLClassPriomap instance. |
<< LQLClassHTB | LQLClassDSMark >> |