_fifo_queue_t Struct Reference

#include <fifo_queue.h>


Detailed Description

Representation of a FIFO queue.

Contains all the information needed to control a FIFO queue.


Data Fields

u_short first
 Index of the first element in the queue.
u_short max_size
 Pointer to the elements contained in the queue.
void ** que_start
 Maximal nr of elements the queue is able to handle.
u_short size
 Current number of elements the queue contains.


Generated on Tue Jan 23 21:12:31 2007 for BTnut System Software by doxygen 1.4.7