EM-ODP 4.4.0
Event Machine on ODP
Loading...
Searching...
No Matches
list_node_t Struct Reference

#include <list.h>

Collaboration diagram for list_node_t:

Data Fields

struct list_node_tnext
 
struct list_node_tprev
 

Detailed Description

Double linked list node

Definition at line 44 of file list.h.

Field Documentation

◆ next

struct list_node_t* list_node_t::next

Definition at line 45 of file list.h.

◆ prev

struct list_node_t* list_node_t::prev

Definition at line 46 of file list.h.


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