dyn_fifo Struct Reference
[generic]

Dynamic first in first out positive integer queue. More...

#include <dynamic_fifo.h>


Data Fields

int head
 First item in the queue index.
int * items
 Stored item field.
int magic_value
 Consistency check magic value.
int size
 Actual field size.
int tail
 Last item in the queue index.


Detailed Description

Dynamic first in first out positive integer queue.

Possitive integer values only. The queue automatically resizes if needed.

Definition at line 50 of file dynamic_fifo.h.


The documentation for this struct was generated from the following file:
Generated on Thu Jun 2 07:45:58 2011 for HelenOS/USB by  doxygen 1.4.7