OpenDNSSEC-signer 2.1.13
Data Fields
netio_handler_struct Struct Reference

#include <netio.h>

Data Fields

int fd
 
struct timespec * timeout
 
void * user_data
 
netio_events_type event_types
 
netio_event_handler_type event_handler
 
int free_handler
 

Detailed Description

Network I/O event handler.

Definition at line 102 of file netio.h.

Field Documentation

◆ event_handler

netio_event_handler_type netio_handler_struct::event_handler

◆ event_types

netio_events_type netio_handler_struct::event_types

◆ fd

int netio_handler_struct::fd

◆ free_handler

int netio_handler_struct::free_handler

Definition at line 132 of file netio.h.

Referenced by dnshandler_start(), netio_cleanup(), and xfrhandler_create().

◆ timeout

struct timespec* netio_handler_struct::timeout

◆ user_data

void* netio_handler_struct::user_data

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