Asterisk - The Open Source Telephony Project GIT-master-a358458
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

◆ arg

void* arg

Saved comparison callback arg pointer.

Definition at line 115 of file astobj2_rbtree.c.

◆ flags

enum search_flags flags

Saved search flags to control traversing the container.

Definition at line 117 of file astobj2_rbtree.c.

◆ sort_fn

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: