Asterisk - The Open Source Telephony Project GIT-master-2de1a68
Data Fields
xmldoc_tree Struct Reference

Container of documentation trees. More...

Collaboration diagram for xmldoc_tree:
Collaboration graph
[legend]

Data Fields

struct documentation_treefirst
 
struct documentation_treelast
 
ast_rwlock_t lock
 

Detailed Description

Container of documentation trees.

Note
A RWLIST is a sufficient container type to use, provided the list lock is always held while there are references to the list.

Definition at line 74 of file xmldoc.c.

Field Documentation

◆ first

struct documentation_tree* first

Definition at line 74 of file xmldoc.c.

◆ last

struct documentation_tree* last

Definition at line 74 of file xmldoc.c.

◆ lock

Definition at line 74 of file xmldoc.c.


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