Asterisk - The Open Source Telephony Project
21.4.1
|
A structure to hold CEL global configuration options. More...
#include <cel.h>
Public Member Functions | |
AST_DECLARE_STRING_FIELDS (AST_STRING_FIELD(date_format);) | |
Data Fields | |
struct ao2_container * | apps |
int | enable |
int64_t | events |
struct ao2_container* apps |
The apps for which to log app start and end events. This is ast_str_container_alloc()ed and filled with ao2-allocated char* which are all-lowercase application names.
Definition at line 232 of file cel.h.
Referenced by cel_general_config_dtor().
int enable |