Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
struct ast_string_field_mgr | __field_mgr |
struct ast_string_field_pool * | __field_mgr_pool |
int | facility |
const ast_string_field | format |
const ast_string_field | ident |
struct { | |
struct cdr_syslog_config * next | |
} | list |
ast_mutex_t | lock |
int | priority |
Definition at line 62 of file cdr_syslog.c.
struct ast_string_field_mgr __field_mgr |
Definition at line 66 of file cdr_syslog.c.
struct ast_string_field_pool* __field_mgr_pool |
Definition at line 66 of file cdr_syslog.c.
int facility |
Definition at line 67 of file cdr_syslog.c.
Referenced by load_config(), and syslog_log().
const ast_string_field format |
Definition at line 66 of file cdr_syslog.c.
Referenced by load_config(), and syslog_log().
const ast_string_field ident |
Definition at line 66 of file cdr_syslog.c.
Referenced by load_config(), and syslog_log().
struct { ... } list |
Referenced by free_config(), load_config(), and syslog_log().
ast_mutex_t lock |
Definition at line 69 of file cdr_syslog.c.
Referenced by free_config(), load_config(), and syslog_log().
struct cdr_syslog_config* next |
Definition at line 70 of file cdr_syslog.c.
int priority |
Definition at line 68 of file cdr_syslog.c.
Referenced by load_config(), and syslog_log().