#include <queue.h>
Data Fields | |
| queue_t * | queue |
| The queue_t over which we are iterating. | |
| int | pos |
| when pos == queue->ins_pos, the position is past the end | |
Definition at line 127 of file queue.h.
The queue_t over which we are iterating.
Definition at line 128 of file queue.h.
Referenced by queue_begin().
1.6.3