getdns_eventloop Struct Reference

#include <getdns_extra.h>

Data Fields

getdns_eventloop_vmtvmt
 

Detailed Description

The manifestation of the event loop abstraction layer. Event loop extension implementers should extend this with attributed needed for the underlying event loop. The current event loop extension can be obtained with the getdns_context_get_eventloop() function.

Definition at line 256 of file getdns_extra.h.

Field Documentation

◆ vmt

getdns_eventloop_vmt* getdns_eventloop::vmt

The Virtual Method Table providing the interface for this specific event loop extension.

Definition at line 261 of file getdns_extra.h.


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