Loading...
Searching...
No Matches
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
 

Field Documentation

◆ next

struct list_node* list_node::next

pointer to next list entry

Definition at line 41 of file list.h.


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