Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
ao2_container_rbtree Struct Reference
Collaboration diagram for ao2_container_rbtree:
Collaboration graph
[legend]

Data Fields

struct ao2_container common
 Items common to all containers. More...
 
struct rbtree_noderoot
 

Detailed Description

A rbtree container in addition to values common to all container types, stores the pointer to the root node of the tree.

Definition at line 72 of file astobj2_rbtree.c.

Field Documentation

◆ common

struct ao2_container common

Items common to all containers.

Note
Must be first in the specific container struct.

Definition at line 77 of file astobj2_rbtree.c.

Referenced by rb_ao2_node_destructor().

◆ root

struct rbtree_node* root

Root node of the tree. NULL if the tree is empty.

Definition at line 79 of file astobj2_rbtree.c.


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