diff options
Diffstat (limited to 'src/libserver/cfg_file.h')
-rw-r--r-- | src/libserver/cfg_file.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libserver/cfg_file.h b/src/libserver/cfg_file.h index 6ce3f58f7..44b91505d 100644 --- a/src/libserver/cfg_file.h +++ b/src/libserver/cfg_file.h @@ -175,6 +175,7 @@ struct rspamd_config { gchar *cfg_name; /**< name of config file */ gchar *pid_file; /**< name of pid file */ gchar *temp_dir; /**< dir for temp files */ + gchar *control_socket_path; /**< path to the control socket */ #ifdef WITH_GPERF_TOOLS gchar *profile_path; #endif |