Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
acf_root Struct Reference

Registered functions container. More...

Collaboration diagram for acf_root:
Collaboration graph
[legend]

Data Fields

struct ast_custom_functionfirst
 
struct ast_custom_functionlast
 
ast_rwlock_t lock
 

Detailed Description

Registered functions container.

It is sorted by function name.

Definition at line 59 of file pbx_functions.c.

Field Documentation

◆ first

struct ast_custom_function* first

Definition at line 59 of file pbx_functions.c.

◆ last

struct ast_custom_function* last

Definition at line 59 of file pbx_functions.c.

◆ lock

Definition at line 59 of file pbx_functions.c.


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