Electroneum
ub_event_base Struct Reference

#include <unbound-event.h>

Collaboration diagram for ub_event_base:

Public Attributes

unsigned long magic
 
struct ub_event_base_vmtvmt
 

Detailed Description

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.

Member Data Documentation

◆ magic

unsigned long ub_event_base::magic

magic must be UB_EVENT_MAGIC (0x44d74d78)

Definition at line 117 of file unbound-event.h.

◆ vmt

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.


The documentation for this struct was generated from the following file: