fred-mod-eppd-2.20.0
|
Queue structure used on countless places throughout the program. More...
#include <epp_common.h>
Data Fields | |
int | count |
Optimization for length() function. More... | |
qitem * | body |
Items in a queue. More... | |
qitem * | cur |
Currently selected item. More... | |
Queue structure used on countless places throughout the program.
It is one way linked list of items, consisting of two parts: head and body.
qitem* qhead::body |
Items in a queue.
Referenced by create_dummy_answer(), epp_gen_response(), gen_response(), and q_add().
int qhead::count |
Optimization for length() function.
Referenced by create_dummy_answer(), gen_response(), and q_add().
qitem* qhead::cur |
Currently selected item.
Referenced by create_dummy_answer().