Asterisk - The Open Source Telephony Project GIT-master-8f1982c
|
Data Fields | |
char * | event_name |
unsigned int | event_name_hash |
char * | header_name |
int | is_excludefilter |
enum event_filter_match_type | match_type |
regex_t * | regex_filter |
char * | string_filter |
char* event_name |
Definition at line 411 of file manager.c.
Referenced by event_filter_destructor().
unsigned int event_name_hash |
Definition at line 412 of file manager.c.
Referenced by filter_cmp_fn().
char* header_name |
Definition at line 413 of file manager.c.
Referenced by event_filter_destructor(), and filter_cmp_fn().
enum event_filter_match_type match_type |
Definition at line 408 of file manager.c.
Referenced by match_eventdata().
regex_t* regex_filter |
Definition at line 409 of file manager.c.
Referenced by event_filter_destructor(), and match_eventdata().
char* string_filter |
Definition at line 410 of file manager.c.
Referenced by event_filter_destructor(), and match_eventdata().