diff -r 92e482410453 -r d345541018fa docs/api-2.1/structUcxList.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/docs/api-2.1/structUcxList.html Sat Feb 06 19:11:44 2021 +0100 @@ -0,0 +1,103 @@ + + + + + + + +ucx: UcxList Struct Reference + + + + + + + + + +
+
+ + + + + + + +
+
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: +
+ + + +