OpenDNSSEC-enforcer  2.0.2
Data Fields
engine_struct Struct Reference

#include <engine.h>

Data Fields

engineconfig_typeconfig
 
worker_type ** workers
 
schedule_typetaskq
 
cmdhandler_typecmdhandler
 
int cmdhandler_done
 
int init_setup_done
 
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
 
pthread_mutex_t enforce_lock
 
db_configuration_list_tdbcfg_list
 

Detailed Description

Definition at line 52 of file engine.h.

Field Documentation

§ cmdhandler

cmdhandler_type* engine_struct::cmdhandler

Definition at line 56 of file engine.h.

Referenced by cmdhandler_stop(), engine_init(), and engine_teardown().

§ cmdhandler_done

int engine_struct::cmdhandler_done

Definition at line 57 of file engine.h.

Referenced by engine_init().

§ config

engineconfig_type* engine_struct::config

§ daemonize

int engine_struct::daemonize

Definition at line 64 of file engine.h.

Referenced by engine_init().

§ dbcfg_list

db_configuration_list_t* engine_struct::dbcfg_list

Definition at line 74 of file engine.h.

Referenced by engine_alloc(), engine_dealloc(), and engine_init().

§ enforce_lock

pthread_mutex_t engine_struct::enforce_lock

Definition at line 72 of file engine.h.

Referenced by engine_alloc(), engine_dealloc(), and perform_enforce_lock().

§ gid

gid_t engine_struct::gid

Definition at line 62 of file engine.h.

Referenced by engine_init().

§ init_setup_done

int engine_struct::init_setup_done

Definition at line 58 of file engine.h.

Referenced by engine_init().

§ need_to_exit

int engine_struct::need_to_exit

Definition at line 65 of file engine.h.

Referenced by engine_init().

§ need_to_reload

int engine_struct::need_to_reload

Definition at line 66 of file engine.h.

Referenced by engine_init().

§ pid

pid_t engine_struct::pid

Definition at line 60 of file engine.h.

Referenced by engine_init().

§ signal_cond

pthread_cond_t engine_struct::signal_cond

Definition at line 69 of file engine.h.

Referenced by engine_alloc(), and engine_dealloc().

§ signal_lock

pthread_mutex_t engine_struct::signal_lock

Definition at line 70 of file engine.h.

Referenced by engine_alloc(), and engine_dealloc().

§ taskq

schedule_type* engine_struct::taskq

Definition at line 55 of file engine.h.

Referenced by engine_alloc(), engine_dealloc(), flush_resalt_task(), and worker_start().

§ uid

uid_t engine_struct::uid

Definition at line 61 of file engine.h.

Referenced by engine_init().

§ workers

worker_type** engine_struct::workers

Definition at line 54 of file engine.h.

Referenced by engine_init(), and engine_teardown().


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