ucx
UAP Common Extensions
Data Fields
UcxList Struct Reference

UCX list structure. More...

#include <list.h>

Data Fields

void * data
 List element payload.
 
UcxListnext
 Pointer to the next list element or NULL, if this is the last element.
 
UcxListprev
 Pointer to the previous list element or NULL, if this is the first element.
 

Detailed Description

UCX list structure.


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