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-08-19 18:46:46 +0400
committerAlexander Vladishev <aleksander.vladishev@zabbix.com>2008-08-19 18:46:46 +0400
commit86bf7424e588e7d68c1ff9154751381c7e4b92fc (patch)
treebdeaf1e8904f616f4ec070f5081809a86ec170c4 /include/zbxicmpping.h
parentb6b00d32a35d4ed8da005125790cd6a80f1d6141 (diff)
- [ZBX-406] added error messages if fping is not installed
Diffstat (limited to 'include/zbxicmpping.h')
-rw-r--r--include/zbxicmpping.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxicmpping.h b/include/zbxicmpping.h
index f50db556615..d86c20ef178 100644
--- a/include/zbxicmpping.h
+++ b/include/zbxicmpping.h
@@ -29,4 +29,4 @@ ZBX_FPING_HOST
double sec;
};
-int do_ping(ZBX_FPING_HOST *hosts, int hosts_count);
+int do_ping(ZBX_FPING_HOST *hosts, int hosts_count, char *error, int max_error_len);