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:
Diffstat (limited to 'include/zbxicmpping.h')
-rw-r--r--include/zbxicmpping.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/zbxicmpping.h b/include/zbxicmpping.h
index 548427fc8d1..f50db556615 100644
--- a/include/zbxicmpping.h
+++ b/include/zbxicmpping.h
@@ -24,7 +24,8 @@
ZBX_FPING_HOST
{
char addr[HOST_ADDR_LEN_MAX];
- int alive, useip;
+ int useip;
+ zbx_uint64_t alive;
double sec;
};