aboutsummaryrefslogtreecommitdiffstats
path: root/src/cfg_file.h
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@rambler-co.ru>2009-05-04 16:39:35 +0400
committerVsevolod Stakhov <vsevolod@rambler-co.ru>2009-05-04 16:39:35 +0400
commite30ea48c912be20ddc9c327205d146e46d60535e (patch)
treebd01b7906d88ad8a009afb3c082aad14b15aef88 /src/cfg_file.h
parent1670afcda506b1641e8b0dc34b894f7ab2817607 (diff)
downloadrspamd-e30ea48c912be20ddc9c327205d146e46d60535e.tar.gz
rspamd-e30ea48c912be20ddc9c327205d146e46d60535e.zip
* Enable support of google perf tools
Diffstat (limited to 'src/cfg_file.h')
-rw-r--r--src/cfg_file.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/cfg_file.h b/src/cfg_file.h
index 437317ed0..201b46823 100644
--- a/src/cfg_file.h
+++ b/src/cfg_file.h
@@ -154,6 +154,9 @@ struct config_file {
char *cfg_name; /**< name of config file */
char *pid_file; /**< name of pid file */
char *temp_dir; /**< dir for temp files */
+#ifdef WITH_GPERF_TOOLS
+ char *profile_path;
+#endif
char *bind_host; /**< bind line */
struct in_addr bind_addr; /**< bind address in case of TCP socket */