dyn_fifo Struct Reference
[Networking Stack]

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

#include <dynamic_fifo.h>

Data Fields

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

Detailed Description

Dynamic first in first out positive integer queue.

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


Field Documentation

First item in the queue index.

Stored item field.

Consistency check magic value.

Referenced by dyn_fifo_is_valid().

Actual field size.

Last item in the queue index.


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

Generated on Thu Mar 11 20:48:27 2010 for Networking and TCP/IP stack for HelenOS system by  doxygen 1.6.1