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

Structure for passing load/reload details. More...

Collaboration diagram for sorcery_load_details:
Collaboration graph
[legend]

Data Fields

unsigned int force:1
 Whether this is forced or not. More...
 
unsigned int reload:1
 Whether this is a reload or not. More...
 
const struct ast_sorcerysorcery
 Sorcery structure in use. More...
 
const char * type
 Type of object being loaded. More...
 

Detailed Description

Structure for passing load/reload details.

Definition at line 242 of file sorcery.c.

Field Documentation

◆ force

unsigned int force

Whether this is forced or not.

Definition at line 253 of file sorcery.c.

Referenced by sorcery_wizard_load().

◆ reload

unsigned int reload

Whether this is a reload or not.

Definition at line 250 of file sorcery.c.

Referenced by sorcery_object_load(), and sorcery_wizard_load().

◆ sorcery

const struct ast_sorcery* sorcery

◆ type

const char* type

Type of object being loaded.

Definition at line 247 of file sorcery.c.

Referenced by Property::load(), sorcery_object_load(), and sorcery_wizard_load().


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