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

A container that holds all config-related information. More...

Collaboration diagram for skel_config:
Collaboration graph
[legend]

Data Fields

struct skel_global_configglobal
 
struct ao2_containerlevels
 

Detailed Description

A container that holds all config-related information.

Note
This object should contain a pointer to structs for global data and containers for any levels that are configured. Objects of this type will be swapped out on reload. If an level needs to maintain state across reloads, it needs to allocate a refcounted object to hold that state and ensure that a reference is passed to that state when creating a new level for reload.

Definition at line 209 of file app_skel.c.

Field Documentation

◆ global

struct skel_global_config* global

Definition at line 210 of file app_skel.c.

Referenced by skel_config_alloc(), and skel_config_destructor().

◆ levels

struct ao2_container* levels

Definition at line 211 of file app_skel.c.

Referenced by skel_config_alloc(), and skel_config_destructor().


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