fred-mod-eppd-2.17.0
Data Fields
qitem Struct Reference

Queue item type. More...

#include <epp_common.h>

Data Fields

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

Detailed Description

Queue item type.

Field Documentation

void* qitem::content

Pointer to content of item.

Referenced by q_add().

struct qitem* qitem::next

Link to next item in a queue.

Referenced by q_add().


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