Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/zabbix_agent/zbxconf.h')
-rw-r--r--src/zabbix_agent/zbxconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zabbix_agent/zbxconf.h b/src/zabbix_agent/zbxconf.h
index 4d256837bc2..7c2d14a43be 100644
--- a/src/zabbix_agent/zbxconf.h
+++ b/src/zabbix_agent/zbxconf.h
@@ -47,7 +47,7 @@ extern char *CONFIG_USER;
void load_aliases(char **lines);
int load_user_parameters(char **lines, char **err);
int load_key_access_rule(const char *value, const struct cfg_line *cfg);
-void reload_user_parameters(unsigned char process_type, int process_num);
+void reload_user_parameters(unsigned char process_type, int process_num, const char *config_file);
#ifdef _WINDOWS
void load_perf_counters(const char **def_lines, const char **eng_lines);
#endif