From e78c8abff637d85fc17f64b74e7230c40047899f Mon Sep 17 00:00:00 2001 From: Viktors Tjarve Date: Mon, 2 May 2016 10:18:13 +0000 Subject: .......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] --- include/sysinfo.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/sysinfo.h') 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; -- cgit v1.2.3