#include <q.h>
Data Fields | |
| st_table * | flowToQueueTable |
| lsList | qOfFlows |
| int | numPktsInQueue |
| int | numBytesInQueue |
Arranged as a hashtable of individual queues; the hash is from flow hashcodes to corresponding queues, which are just lists. For now each queue is given a weight of 1, so there is no weight information.
Definition at line 61 of file q.h.