OpenDNSSEC-signer  1.3.15
Data Fields
engineconfig_struct Struct Reference

#include <cfg.h>

Collaboration diagram for engineconfig_struct:
Collaboration graph
[legend]

Data Fields

allocator_typeallocator
 
adapter_type ** adapters
 
const char * cfg_filename
 
const char * zonelist_filename
 
const char * zonefetch_filename
 
const char * log_filename
 
const char * pid_filename
 
const char * notify_command
 
const char * clisock_filename
 
const char * working_dir
 
const char * username
 
const char * group
 
const char * chroot
 
int use_syslog
 
int num_adapters
 
int num_worker_threads
 
int num_signer_threads
 
int verbosity
 

Detailed Description

Definition at line 50 of file cfg.h.

Field Documentation

adapter_type** engineconfig_struct::adapters

Definition at line 52 of file cfg.h.

allocator_type* engineconfig_struct::allocator

Definition at line 51 of file cfg.h.

Referenced by engine_config(), and engine_config_cleanup().

const char* engineconfig_struct::cfg_filename

Definition at line 53 of file cfg.h.

Referenced by engine_config(), engine_config_cleanup(), and lhsm_check_connection().

const char* engineconfig_struct::chroot

Definition at line 63 of file cfg.h.

Referenced by engine_config(), engine_config_cleanup(), and engine_config_print().

const char* engineconfig_struct::clisock_filename

Definition at line 59 of file cfg.h.

Referenced by engine_config(), engine_config_check(), engine_config_cleanup(), and engine_start().

const char* engineconfig_struct::group

Definition at line 62 of file cfg.h.

Referenced by engine_config(), engine_config_cleanup(), and engine_config_print().

const char* engineconfig_struct::log_filename

Definition at line 56 of file cfg.h.

Referenced by engine_config(), engine_config_cleanup(), engine_config_print(), and engine_start().

const char* engineconfig_struct::notify_command
int engineconfig_struct::num_adapters

Definition at line 65 of file cfg.h.

Referenced by engine_config().

int engineconfig_struct::num_signer_threads
int engineconfig_struct::num_worker_threads

Definition at line 66 of file cfg.h.

Referenced by engine_cleanup(), engine_config(), engine_config_print(), and engine_wakeup_workers().

const char* engineconfig_struct::pid_filename

Definition at line 57 of file cfg.h.

Referenced by engine_config(), engine_config_cleanup(), and engine_start().

int engineconfig_struct::use_syslog

Definition at line 64 of file cfg.h.

Referenced by engine_config(), engine_config_print(), and engine_start().

const char* engineconfig_struct::username

Definition at line 61 of file cfg.h.

Referenced by engine_config(), engine_config_cleanup(), and engine_config_print().

int engineconfig_struct::verbosity

Definition at line 68 of file cfg.h.

Referenced by engine_config(), and engine_start().

const char* engineconfig_struct::working_dir

Definition at line 60 of file cfg.h.

Referenced by engine_config(), engine_config_cleanup(), and engine_config_print().

const char* engineconfig_struct::zonefetch_filename
const char* engineconfig_struct::zonelist_filename

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