event_filter
TAILQ_ENTRY(event_filter) link;
struct event_filter ev_filt;
TAILQ_HEAD(, event_filter) ev_filt;
struct event_filter *evf;
struct event_filter *evf;
evf = malloc(sizeof(struct event_filter));
bzero(evf, sizeof(struct event_filter));
match_filter(struct event_filter *evf, prop_dictionary_t ev_dict)
struct event_filter *evf;
static int match_filter(struct event_filter *evf, prop_dictionary_t dict);