Functions

/build/buildd-opendnssec_1.3.2-1~bpo60+1-armel-4stS1W/opendnssec-1.3.2/signer/src/daemon/cfg.c File Reference

#include "config.h"
#include "daemon/cfg.h"
#include "parser/confparser.h"
#include "shared/allocator.h"
#include "shared/file.h"
#include "shared/log.h"
#include "shared/status.h"
#include <errno.h>
#include <stdio.h>
#include <string.h>
Include dependency graph for cfg.c:

Go to the source code of this file.

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)

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.

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 
)