aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/cfg_file.h')
-rw-r--r--src/cfg_file.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cfg_file.h b/src/cfg_file.h
index 7bacb8aa9..78ad6e93a 100644
--- a/src/cfg_file.h
+++ b/src/cfg_file.h
@@ -153,7 +153,8 @@ struct config_file {
int controller_enabled; /**< whether controller is enabled */
char *control_password; /**< controller password */
- int no_fork; /**< if 1 do not call daemon() */
+ gboolean no_fork; /**< if 1 do not call daemon() */
+ gboolean config_test; /**< if TRUE do only config file test */
unsigned int workers_number; /**< number of workers */
enum rspamd_log_type log_type; /**< log type */