Data Fields | |
struct ast_string_field_mgr | __field_mgr |
struct ast_string_field_pool * | __field_mgr_pool |
int | facility |
const ast_string_field | filename |
const ast_string_field | format |
const ast_string_field | ident |
struct { | |
struct cdr_config * next | |
} | list |
ast_mutex_t | lock |
int | priority |
Definition at line 61 of file cdr_custom.c.
struct ast_string_field_mgr __field_mgr |
Definition at line 65 of file cdr_custom.c.
struct ast_string_field_pool * __field_mgr_pool |
Definition at line 65 of file cdr_custom.c.
int facility |
Definition at line 59 of file cdr_syslog.c.
Referenced by load_config(), and syslog_log().
const ast_string_field filename |
Definition at line 65 of file cdr_custom.c.
Referenced by custom_log(), and load_config().
const ast_string_field format |
Definition at line 65 of file cdr_custom.c.
Referenced by custom_log(), load_config(), and syslog_log().
const ast_string_field ident |
Definition at line 58 of file cdr_syslog.c.
Referenced by load_config(), and syslog_log().
struct { ... } list |
Referenced by custom_log(), load_config(), and syslog_log().
ast_mutex_t lock |
Definition at line 66 of file cdr_custom.c.
Referenced by custom_log(), free_config(), load_config(), and syslog_log().
struct cdr_config* next |
Definition at line 62 of file cdr_syslog.c.
int priority |
Definition at line 60 of file cdr_syslog.c.
Referenced by load_config(), and syslog_log().