data-structures-c
Loading...
Searching...
No Matches
list_node Struct Reference

Intrusive list node structure. More...

#include <list.h>

Public Attributes

struct list_nodeprev_ptr
 prev node pointer.
 
struct list_nodenext_ptr
 next node pointer.
 

Detailed Description

Intrusive list node structure.


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