fred-mod-eppd-2.14.0
Data Fields
qhead Struct Reference

Queue structure used on countless places throughout the program. More...

#include <epp_common.h>

Data Fields

int count
 Optimization for length() function.
qitembody
 Items in a queue.
qitemcur
 Currently selected item.

Detailed Description

Queue structure used on countless places throughout the program.

It is one way linked list of items, consisting of two parts: head and body.


Field Documentation

Items in a queue.

Referenced by create_dummy_answer(), epp_gen_response(), gen_response(), and q_add().

Optimization for length() function.

Referenced by create_dummy_answer(), gen_response(), and q_add().

Currently selected item.

Referenced by create_dummy_answer().


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