OpenDNSSEC-signer 1.2.1
|
#include <cfg.h>
Data Fields | |
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_worker_threads |
int | num_signer_threads |
int | verbosity |
const char* engineconfig_struct::cfg_filename |
Definition at line 48 of file cfg.h.
Referenced by engine_config(), engine_config_cleanup(), and worker_perform_task().
const char* engineconfig_struct::chroot |
Definition at line 58 of file cfg.h.
Referenced by engine_config(), engine_config_cleanup(), and engine_config_print().
const char* engineconfig_struct::clisock_filename |
Definition at line 54 of file cfg.h.
Referenced by engine_config(), engine_config_cleanup(), and engine_start().
const char* engineconfig_struct::group |
Definition at line 57 of file cfg.h.
Referenced by engine_config(), engine_config_cleanup(), and engine_config_print().
const char* engineconfig_struct::log_filename |
Definition at line 51 of file cfg.h.
Referenced by engine_config(), engine_config_cleanup(), engine_config_print(), and engine_start().
const char* engineconfig_struct::notify_command |
Definition at line 53 of file cfg.h.
Referenced by engine_config(), engine_config_cleanup(), engine_config_print(), and engine_update_zonelist().
Definition at line 61 of file cfg.h.
Referenced by engine_config(), and engine_config_print().
Definition at line 60 of file cfg.h.
Referenced by engine_cleanup(), engine_config(), engine_config_print(), and engine_search_workers().
const char* engineconfig_struct::pid_filename |
Definition at line 52 of file cfg.h.
Referenced by engine_config(), engine_config_cleanup(), and engine_start().
Definition at line 59 of file cfg.h.
Referenced by engine_config(), engine_config_print(), and engine_start().
const char* engineconfig_struct::username |
Definition at line 56 of file cfg.h.
Referenced by engine_config(), engine_config_cleanup(), and engine_config_print().
Definition at line 62 of file cfg.h.
Referenced by engine_config(), and engine_start().
const char* engineconfig_struct::working_dir |
Definition at line 55 of file cfg.h.
Referenced by engine_config(), engine_config_cleanup(), engine_config_print(), and worker_perform_task().
const char* engineconfig_struct::zonefetch_filename |
Definition at line 50 of file cfg.h.
Referenced by engine_config(), engine_config_cleanup(), engine_config_print(), and engine_update_zones().
const char* engineconfig_struct::zonelist_filename |
Definition at line 49 of file cfg.h.
Referenced by engine_config(), engine_config_cleanup(), engine_config_print(), and engine_update_zonelist().