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

Public Attributes | |
| unsigned long | magic |
| struct ub_event_base_vmt * | vmt |
A user defined pluggable event base is registered by providing a ub_event_base "object" with the ub_ctx_create_ub_event() function. The magic number must be correct and the Virtual Method Table must be fully equipped providing the event base API to be used by libunbound.
Definition at line 115 of file unbound-event.h.
| unsigned long ub_event_base::magic |
magic must be UB_EVENT_MAGIC (0x44d74d78)
Definition at line 117 of file unbound-event.h.
| struct ub_event_base_vmt* ub_event_base::vmt |
Virtual Method Table for ub_event_base
Definition at line 119 of file unbound-event.h.