OpenDNSSEC-signer  1.4.8.2
Data Fields
netio_struct Struct Reference

#include <netio.h>

Collaboration diagram for netio_struct:
Collaboration graph
[legend]

Data Fields

allocator_typeallocator
 
netio_handler_list_typehandlers
 
netio_handler_list_typedeallocated
 
int have_current_time
 
struct timespec cached_current_time
 
netio_handler_list_typedispatch_next
 

Detailed Description

Network I/O instance.

Definition at line 138 of file netio.h.

Field Documentation

allocator_type* netio_struct::allocator

Definition at line 139 of file netio.h.

Referenced by netio_add_handler(), netio_cleanup(), and netio_create().

struct timespec netio_struct::cached_current_time

Definition at line 152 of file netio.h.

Referenced by netio_current_time().

netio_handler_list_type* netio_struct::deallocated

Definition at line 141 of file netio.h.

Referenced by netio_add_handler(), netio_cleanup(), netio_create(), and netio_remove_handler().

netio_handler_list_type* netio_struct::dispatch_next

Definition at line 157 of file netio.h.

Referenced by netio_create(), netio_dispatch(), and netio_remove_handler().

netio_handler_list_type* netio_struct::handlers
int netio_struct::have_current_time

Definition at line 151 of file netio.h.

Referenced by netio_current_time(), and netio_dispatch().


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