OpenDNSSEC-signer  2.1.9
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

Definition at line 131 of file netio.h.

Referenced by xfrd_create().

◆ event_types

netio_events_type netio_handler_struct::event_types

Definition at line 124 of file netio.h.

Referenced by netio_dispatch(), and xfrd_create().

◆ fd

int netio_handler_struct::fd

◆ free_handler

int netio_handler_struct::free_handler

Definition at line 132 of file netio.h.

Referenced by netio_cleanup().

◆ timeout

struct timespec* netio_handler_struct::timeout

Definition at line 115 of file netio.h.

Referenced by netio_dispatch(), and xfrd_create().

◆ user_data

void* netio_handler_struct::user_data

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