Asterisk - The Open Source Telephony Project  18.5.0
Data Fields
load_order_entry Struct Reference
Collaboration diagram for load_order_entry:
Collaboration graph
[legend]

Data Fields

int builtin
 
struct {
   struct load_order_entry *   next
 
entry
 
int preload
 
int required
 
char * resource
 

Detailed Description

Definition at line 1832 of file loader.c.

Field Documentation

◆ builtin

int builtin

Definition at line 1836 of file loader.c.

Referenced by add_to_load_order(), and loader_config_init().

◆ entry

struct { ... } entry

◆ next

struct load_order_entry* next

Definition at line 1837 of file loader.c.

◆ preload

int preload

Definition at line 1835 of file loader.c.

Referenced by add_to_load_order(), load_resource_list(), and loader_config_init().

◆ required

int required

◆ resource

char* resource

Definition at line 1833 of file loader.c.

Referenced by add_to_load_order(), load_modules(), load_resource_list(), and loader_config_init().


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