Wed Aug 7 17:16:15 2019

Asterisk developer's documentation


ast_custom_escalating_function Struct Reference

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_functionacf
struct {
   struct
ast_custom_escalating_function *   next
list
unsigned int read_escalates:1
unsigned int write_escalates:1

Detailed Description

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

Definition at line 1237 of file pbx.c.


Field Documentation

struct ast_custom_function* acf [read]
struct { ... } list

Definition at line 1238 of file pbx.c.

unsigned int read_escalates

Definition at line 1240 of file pbx.c.

Referenced by __ast_custom_function_register_escalating(), and read_escalates().

unsigned int write_escalates

Definition at line 1241 of file pbx.c.

Referenced by __ast_custom_function_register_escalating(), and write_escalates().


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

Generated on 7 Aug 2019 for Asterisk - The Open Source Telephony Project by  doxygen 1.6.1