Wed Jan 27 20:02:52 2016

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 1193 of file pbx.c.


Field Documentation

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

Definition at line 1194 of file pbx.c.

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().


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

Generated on 27 Jan 2016 for Asterisk - The Open Source Telephony Project by  doxygen 1.6.1