Asterisk - The Open Source Telephony Project GIT-master-77d630f
|
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 407 of file manager.c.
Referenced by event_filter_destructor().
unsigned int event_name_hash |
Definition at line 408 of file manager.c.
Referenced by filter_cmp_fn().
char* header_name |
Definition at line 409 of file manager.c.
Referenced by event_filter_destructor(), and filter_cmp_fn().
enum event_filter_match_type match_type |
Definition at line 404 of file manager.c.
Referenced by match_eventdata().
regex_t* regex_filter |
Definition at line 405 of file manager.c.
Referenced by event_filter_destructor(), and match_eventdata().
char* string_filter |
Definition at line 406 of file manager.c.
Referenced by event_filter_destructor(), and match_eventdata().