PPL Logo

Queue_struct Struct Reference
[CharmScheduler]

A set of 3 queues: a positive priority prioq_struct, a negative priority prioq_struct, and a zero priority deq_struct. More...

#include <queueing.h>

Collaboration diagram for Queue_struct:

Collaboration graph
[legend]

Data Fields

unsigned int length
unsigned int maxlen
struct deq_struct zeroprio
 A double ended queue for zero priority messages.
struct prioq_struct negprioq
 A priority queue for negative priority messages.
struct prioq_struct posprioq
 A priority queue for negative priority messages.

Detailed Description

A set of 3 queues: a positive priority prioq_struct, a negative priority prioq_struct, and a zero priority deq_struct.

If the user modifies the queue, NULL entries may be present, and hence NULL values will be returned by CqsDequeue().

Definition at line 123 of file queueing.h.


Field Documentation


The documentation for this struct was generated from the following file:

Generated on Sat May 26 08:12:29 2012 for Charm++ by  doxygen 1.5.5