OpenDNSSEC-signer 2.1.10
Data Fields
engine_struct Struct Reference

#include <engine.h>

Data Fields

engineconfig_typeconfig
 
worker_type ** workers
 
schedule_type * taskq
 
cmdhandler_type * cmdhandler
 
pid_t pid
 
uid_t uid
 
gid_t gid
 
int daemonize
 
int need_to_exit
 
int need_to_reload
 
pthread_cond_t signal_cond
 
pthread_mutex_t signal_lock
 
zonelist_typezonelist
 
dnshandler_typednshandler
 
xfrhandler_typexfrhandler
 
edns_data_type edns
 

Detailed Description

Definition at line 51 of file engine.h.

Field Documentation

◆ cmdhandler

cmdhandler_type* engine_struct::cmdhandler

Definition at line 55 of file engine.h.

◆ config

engineconfig_type* engine_struct::config

Definition at line 52 of file engine.h.

◆ daemonize

int engine_struct::daemonize

Definition at line 61 of file engine.h.

◆ dnshandler

dnshandler_type* engine_struct::dnshandler

Definition at line 70 of file engine.h.

◆ edns

edns_data_type engine_struct::edns

Definition at line 72 of file engine.h.

◆ gid

gid_t engine_struct::gid

Definition at line 59 of file engine.h.

◆ need_to_exit

int engine_struct::need_to_exit

Definition at line 62 of file engine.h.

◆ need_to_reload

int engine_struct::need_to_reload

Definition at line 63 of file engine.h.

◆ pid

pid_t engine_struct::pid

Definition at line 57 of file engine.h.

◆ signal_cond

pthread_cond_t engine_struct::signal_cond

Definition at line 66 of file engine.h.

◆ signal_lock

pthread_mutex_t engine_struct::signal_lock

Definition at line 67 of file engine.h.

◆ taskq

schedule_type* engine_struct::taskq

Definition at line 54 of file engine.h.

◆ uid

uid_t engine_struct::uid

Definition at line 58 of file engine.h.

◆ workers

worker_type** engine_struct::workers

Definition at line 53 of file engine.h.

◆ xfrhandler

xfrhandler_type* engine_struct::xfrhandler

Definition at line 71 of file engine.h.

◆ zonelist

zonelist_type* engine_struct::zonelist

Definition at line 69 of file engine.h.


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