| Asterisk - The Open Source Telephony Project GIT-master-27fb039
    | 
| Data Fields | |
| void * | arg | 
| enum search_flags | flags | 
| ao2_sort_fn * | sort_fn | 
Traversal state to restart a rbtree container traversal.
Definition at line 111 of file astobj2_rbtree.c.
| 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.