Asterisk - The Open Source Telephony Project  21.4.1
Data Fields
rbtree_traversal_state Struct Reference

Data Fields

void * arg
 
enum search_flags flags
 
ao2_sort_fnsort_fn
 

Detailed Description

Traversal state to restart a rbtree container traversal.

Definition at line 111 of file astobj2_rbtree.c.

Field Documentation

void* arg

Saved comparison callback arg pointer.

Definition at line 115 of file astobj2_rbtree.c.

enum search_flags flags

Saved search flags to control traversing the container.

Definition at line 117 of file astobj2_rbtree.c.

ao2_sort_fn* sort_fn

Active sort function in the traversal if not NULL.

Definition at line 113 of file astobj2_rbtree.c.


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