List node structure. More...
List node structure.
Used as is as reference to a list, or as member of any data structure that should be member of a list.
Actual list objects should have a list_node_t
as member and then use the container_of() macro in list operations. See thread_add_to_list() as example.
#include <list.h>
Data Fields | |
struct list_node * | next |
pointer to next list entry | |