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:
authorViktors Tjarve <viktors.tjarve@zabbix.com>2016-05-02 13:18:13 +0300
committerViktors Tjarve <viktors.tjarve@zabbix.com>2016-05-02 13:18:13 +0300
commite78c8abff637d85fc17f64b74e7230c40047899f (patch)
tree42bd1e95bf46cb5c3c1cf1256fc25fbe91affe1b /include/sysinfo.h
parent57db8cc906048ca08b320c4333ab8104b384b5c0 (diff)
.......PS. [ZBX-6563] fixed potential incorrect data from icmppongsec item with low latency hosts;
introduced ZBX_FLOAT_PRECISION definition [merge ^/branches/3.0 -c r59839]
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index 69e6b82e694..f0338fe120c 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -127,6 +127,8 @@ while (0)
void *get_result_value_by_type(AGENT_RESULT *result, int require_type);
+#define ZBX_FLOAT_PRECISION 0.0001
+
extern int CONFIG_ENABLE_REMOTE_COMMANDS;
extern int CONFIG_LOG_REMOTE_COMMANDS;
extern int CONFIG_UNSAFE_USER_PARAMETERS;