universe@390: universe@390: universe@390:
universe@390: universe@390: universe@390: universe@390: universe@390:universe@390: |
universe@390: ucx
universe@390:
universe@390: UAP Common Extensions
universe@390: |
universe@390:
UCX list structure. universe@390: More...
universe@390: universe@390:#include <list.h>
universe@390: Data Fields | |
universe@390: void * | data |
List element payload. | |
universe@390: UcxList * | next |
Pointer to the next list element or NULL , if this is the last element. | |
universe@390: UcxList * | prev |
Pointer to the previous list element or NULL , if this is the first element. | |
UCX list structure.
universe@390: