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:
- doxygen-tmp/development_branch/uspace/lib/c/include/adt/dynamic_fifo.h
Generated on Thu Jun 2 07:45:58 2011 for HelenOS/USB by
1.4.7