From 19bbdd68a491721dd4aeff7cacea51148ce3a9b9 Mon Sep 17 00:00:00 2001 From: Edward Rudd Date: Fri, 24 Oct 2008 13:55:48 +0000 Subject: add logging function added @todo tags for what needs to be finished --- (limited to 'utility/config.h') diff --git a/utility/config.h b/utility/config.h index 0e80856..611e9de 100644 --- a/utility/config.h +++ b/utility/config.h @@ -25,6 +25,7 @@ struct config_t { loglevel_e loglevel; /** error_log */ apr_file_t *errorlog_fp; + apr_pool_t *errorlog_p; /** input directory of log files */ const char *input_dir; @@ -135,6 +136,11 @@ void config_init(apr_pool_t *p); void config_dump(config_t *cfg); /** + * Checks the configuration to ensure all the required settings are set + */ +apr_status_t config_check(config_t *cfg); + +/** * Creates the default configuration */ config_t *config_create(apr_pool_t *p); -- cgit v0.9.2