Electroneum
ub_event Struct Reference

#include <unbound-event.h>

Collaboration diagram for ub_event:

Public Attributes

unsigned long magic
 
struct ub_event_vmtvmt
 

Detailed Description

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.

Member Data Documentation

◆ magic

unsigned long ub_event::magic

magic must be UB_EVENT_MAGIC (0x44d74d78)

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

◆ vmt

struct ub_event_vmt* ub_event::vmt

Virtual Method Table for ub_event

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


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