Extra information for an ast_custom_function holding privilege escalation information. Kept in a separate structure for ABI compatibility. More...

Data Fields | |
| struct ast_custom_function * | acf |
| struct { | |
| struct ast_custom_escalating_function * next | |
| } | list |
| unsigned int | read_escalates:1 |
| unsigned int | write_escalates:1 |
Extra information for an ast_custom_function holding privilege escalation information. Kept in a separate structure for ABI compatibility.
Definition at line 1193 of file pbx.c.
struct ast_custom_function* acf [read] |
Definition at line 1195 of file pbx.c.
Referenced by __ast_custom_function_register_escalating(), ast_custom_function_unregister(), read_escalates(), and write_escalates().
| struct { ... } list |
struct ast_custom_escalating_function* next [read] |
| unsigned int read_escalates |
Definition at line 1196 of file pbx.c.
Referenced by __ast_custom_function_register_escalating(), and read_escalates().
| unsigned int write_escalates |
Definition at line 1197 of file pbx.c.
Referenced by __ast_custom_function_register_escalating(), and write_escalates().
1.6.1