From e30ea48c912be20ddc9c327205d146e46d60535e Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Mon, 4 May 2009 16:39:35 +0400 Subject: * Enable support of google perf tools --- src/cfg_file.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/cfg_file.h') 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 */ -- cgit v1.2.3