Data Structures | Typedefs | Functions

/srv/bpo/opendnssec/opendnssec-1.3.2/signer/src/daemon/cfg.h File Reference

#include "config.h"
#include "adapter/adapter.h"
#include "shared/allocator.h"
#include "shared/locks.h"
#include "shared/status.h"
#include <stdio.h>
Include dependency graph for cfg.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  engineconfig_struct

Typedefs

typedef struct engineconfig_struct engineconfig_type

Functions

engineconfig_typeengine_config (allocator_type *allocator, const char *cfgfile, int cmdline_verbosity)
ods_status engine_config_check (engineconfig_type *config)
void engine_config_print (FILE *out, engineconfig_type *config)
void engine_config_cleanup (engineconfig_type *config)

Typedef Documentation

Signer engine configuration. Engine configuration.

Definition at line 49 of file cfg.h.


Function Documentation

engineconfig_type* engine_config ( allocator_type allocator,
const char *  cfgfile,
int  cmdline_verbosity 
)
ods_status engine_config_check ( engineconfig_type config  ) 

Check configuration.

Parameters:
[in] config engine configuration
Returns:
ods_status status

Check configuration.

Definition at line 130 of file cfg.c.

References engineconfig_struct::clisock_filename, ods_log_error(), and engineconfig_struct::zonelist_filename.

Referenced by engine_start().

void engine_config_cleanup ( engineconfig_type config  ) 
void engine_config_print ( FILE *  out,
engineconfig_type config 
)