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:
authorAlexander Vladishev <aleksander.vladishev@zabbix.com>2013-02-27 14:57:25 +0400
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2013-02-27 14:57:25 +0400
commitd0417f3e312f4f269af041dea9cd5d9e4122e30c (patch)
treef0ff2057131099364dfcdb97c6017a6eaf403e4f /include/zbxmodules.h
parentdc66924a0304843034f5489fa520ee0f93fbfff4 (diff)
...G...PS. [ZBXNEXT-1550] changed log level from WARNING to CRIT for critical messages; moved loading of modules after initialization of log; renamed variable; added logging of loaded modules with LOG_LEVEL_WARNING
Diffstat (limited to 'include/zbxmodules.h')
-rw-r--r--include/zbxmodules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxmodules.h b/include/zbxmodules.h
index ba7a6eb6f46..af76e901d6c 100644
--- a/include/zbxmodules.h
+++ b/include/zbxmodules.h
@@ -20,7 +20,7 @@
#ifndef ZABBIX_ZBXMODULES_H
#define ZABBIX_ZBXMODULES_H
-int load_modules(const char *path, char **modules, int timeout);
+int load_modules(const char *path, char **file_names, int timeout, int verbose);
void unload_modules();
#endif