list_node Struct Reference

List node structure. More...

Detailed Description

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.

Definition at line 40 of file list.h.

#include <list.h>

Data Fields

struct list_nodenext
 pointer to next list entry
 

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