OpenDNSSEC-signer
1.4.8.2
|
#include <adapter.h>
Data Fields | |
allocator_type * | allocator |
adapter_mode | type |
time_t | config_last_modified |
const char * | configstr |
void * | config |
unsigned | inbound: 1 |
unsigned | error: 1 |
allocator_type* adapter_struct::allocator |
Definition at line 57 of file adapter.h.
Referenced by adapter_cleanup(), and adapter_create().
void* adapter_struct::config |
Definition at line 61 of file adapter.h.
Referenced by adapter_cleanup(), adapter_create(), adapter_load_config(), and notify_enable().
time_t adapter_struct::config_last_modified |
Definition at line 59 of file adapter.h.
Referenced by adapter_create(), and adapter_load_config().
const char* adapter_struct::configstr |
Definition at line 60 of file adapter.h.
Referenced by adapter_cleanup(), adapter_compare(), adapter_create(), adapter_load_config(), adapter_read(), adapter_write(), and adfile_read().
unsigned adapter_struct::error |
Definition at line 63 of file adapter.h.
Referenced by adapter_create(), addns_write(), adfile_write(), and rrset_print().
unsigned adapter_struct::inbound |
Definition at line 62 of file adapter.h.
Referenced by adapter_cleanup(), adapter_compare(), adapter_create(), and adapter_load_config().
adapter_mode adapter_struct::type |
Definition at line 58 of file adapter.h.
Referenced by adapter_cleanup(), adapter_compare(), adapter_create(), adapter_load_config(), adapter_read(), adapter_write(), addns_read(), addns_write(), and notify_enable().