qentry Struct Reference

#include <queue.h>


Data Fields

short key
short next
short prev


Detailed Description

Definition at line 42 of file queue.h.


Field Documentation

short qentry::key

< one for each process plus two for each list key on which the queue is ordered

Definition at line 44 of file queue.h.

Referenced by insert(), and insertd().

short qentry::next

index of next process or tail

Definition at line 45 of file queue.h.

Referenced by dequeue(), enqueue(), insert(), insertd(), newqueue(), and remove().

short qentry::prev

index of previous process or head

Definition at line 46 of file queue.h.

Referenced by dequeue(), enqueue(), insert(), insertd(), newqueue(), and remove().


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

Generated on Thu Oct 9 22:35:28 2008 for xinu by  doxygen 1.5.5