Home
last modified time | relevance | path

Searched defs:ub_event_base_vmt (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/unbound/libunbound/
H A Dunbound-event.h87 struct ub_event_base_vmt { struct
90 void (*free)(struct ub_event_base*);
93 int (*dispatch)(struct ub_event_base*);
95 int (*loopexit)(struct ub_event_base*, struct timeval*);
119 struct ub_event_base_vmt* vmt; argument