LQLClassPriomap

LQLClassPriomap — LQLClassPriomap models a class in a Priomap queueing discipline.

Synopsis




struct      LQLClassPriomap;
LQLClassPriomap* lql_class_priomap_new      (void);

Object Hierarchy


  GObject
   +----LQLElement
         +----LQLClass
               +----LQLClassPriomap

Description

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.

Details

struct LQLClassPriomap

struct LQLClassPriomap;

This should not be accessed directly.


lql_class_priomap_new ()

LQLClassPriomap* lql_class_priomap_new      (void);

Build a new instance of LQLClassPriomap.

Returns : A new LQLClassPriomap instance.

See Also

LQLQDiscPriomap