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>2008-07-29 16:32:01 +0400
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2008-07-29 16:32:01 +0400
commit26a34deb1b3f8f18b082fa4e586214de2a2ed1c2 (patch)
tree76b923c61784091bd91f786672f1357395d1881e /include/zbxicmpping.h
parent9c19faf89b573fceccaddad065acad1d69e48a96 (diff)
- [DEV-196] improved performance of server module
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;
};