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:
authorDmitry Borovikov <git-no-replydmitry@zabbix.com>2009-02-25 14:45:25 +0300
committerDmitry Borovikov <git-no-replydmitry@zabbix.com>2009-02-25 14:45:25 +0300
commit7548c26baab03b9b3922b8f667ccc53c7037e2ba (patch)
treec6b376380e3aeb20d5fa5da6828f051370ec19fa /include/cfg.h
parentb2580c76173a727bb93eb1a9ec8c3f64d9127d9b (diff)
- [ZBX-599] the purpose of the configuration parameter StartAgents precised (Dmitry)
[svn merge svn://svn.zabbix.com/branches/1.6 -r6812:6815]
Diffstat (limited to 'include/cfg.h')
-rw-r--r--include/cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cfg.h b/include/cfg.h
index 19b7f51d76a..baefe45bd63 100644
--- a/include/cfg.h
+++ b/include/cfg.h
@@ -34,7 +34,7 @@
#define AF_USE_EVENT_LOG 0x0002
#define AF_LOG_UNRESOLVED_SYMBOLS 0x0004
-extern int CONFIG_ZABBIX_FORKS;
+extern int CONFIG_ZABBIX_FORKS;/* Contains a number of listeners for processing passive checks. */
extern char *CONFIG_FILE;
extern char *CONFIG_LOG_FILE;