|
Electroneum
|
#include <unbound-event.h>

Public Attributes | |
| unsigned long | magic |
| struct ub_event_vmt * | vmt |
An "object" comprising a user defined pluggable event. The magic number must be correct and the Virtual Method Table must be fully equipped providing the ub_event API to be used by libunbound.
Definition at line 166 of file unbound-event.h.
| unsigned long ub_event::magic |
magic must be UB_EVENT_MAGIC (0x44d74d78)
Definition at line 168 of file unbound-event.h.
| struct ub_event_vmt* ub_event::vmt |
Virtual Method Table for ub_event
Definition at line 170 of file unbound-event.h.