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>2010-06-16 16:40:24 +0400
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2010-06-16 16:40:24 +0400
commitf9066a8beea71a6c123e4436dae9349612de2d6c (patch)
tree9af9da4039b04af39dcddeaf012e35512c1c1e2c /include/cfg.h
parenta176d97fedaece6961b645c5689bfc23d99d8f77 (diff)
- [ZBX-2532] fixed outdated information in "server info" screen element (Sasha)
- [ZBXNEXT-377] added support of passive mode for proxies (Sasha) [Removed unused macros ZBX_POLLER and ZBX_UNUSED(a) (asaveljevs)] [Removed functions zbx_atoui64() and zbx_atod() (asaveljevs)] [svn merge svn://svn.zabbix.com/branches/1.8 -c12802]
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 97e1f888af7..3e3ee03fac7 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;/* Contains a number of listeners for processing passive checks. */
+extern int CONFIG_ZABBIX_FORKS; /* contains the number of listeners for processing passive checks */
extern char *CONFIG_FILE;
extern char *CONFIG_LOG_FILE;