Sat Apr 26 2014 22:03:26

Asterisk developer's documentation


skel_config Struct Reference

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

Collaboration diagram for skel_config:

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 157 of file app_skel.c.


Field Documentation

Definition at line 158 of file app_skel.c.

Referenced by skel_config_alloc(), and skel_config_destructor().

Definition at line 159 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: