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

Definition of queue item type. More...

#include <epp_common.h>

Data Fields

qitemnext
 Link to next item in a queue. More...
 
void * content
 Pointer to content of item. More...
 

Detailed Description

Definition of queue item type.

Field Documentation

void* queue_item_t::content

Pointer to content of item.

Referenced by q_add().

qitem* queue_item_t::next

Link to next item in a queue.

Referenced by q_add().


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