Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct ao2_container | common |
Items common to all containers. More... | |
struct rbtree_node * | root |
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.
struct ao2_container common |
Items common to all containers.
Definition at line 77 of file astobj2_rbtree.c.
Referenced by rb_ao2_node_destructor().
struct rbtree_node* root |
Root node of the tree. NULL if the tree is empty.
Definition at line 79 of file astobj2_rbtree.c.