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:
authorMartins Abele <martins.abele@zabbix.com>2020-01-08 17:57:03 +0300
committerMartins Abele <martins.abele@zabbix.com>2020-01-08 18:08:56 +0300
commit472e513c14322cbcceaa106dcb6edbeae8b5919f (patch)
treed9950afa52bfea866ee50f1d27bd3a7d51c79933 /include/zbxicmpping.h
parentab1b527f0cbdd1a7a54a6f9b3c3ede4693b8d6c5 (diff)
.......PS. [ZBX-16907] added explicit type conversions
* commit 'c7fadbfc599cf2a1bcfe412fc6d2c712ca6c24da': .......PS. [ZBX-16907] fixed type mismatch (cherry picked from commit e42d1f5539dc804c3ca6978231052f3c71b59986) (cherry picked from commit 82cdc5d7491a0abe02071e574a2002a92954d2d6)
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 ed12a8d5bf5..75a9c4dda9e 100644
--- a/include/zbxicmpping.h
+++ b/include/zbxicmpping.h
@@ -60,4 +60,5 @@ typedef struct
}
icmpitem_t;
-int do_ping(ZBX_FPING_HOST *hosts, int hosts_count, int count, int interval, int size, int timeout, char *error, int max_error_len);
+int do_ping(ZBX_FPING_HOST *hosts, int hosts_count, int count, int interval, int size, int timeout, char *error,
+ size_t max_error_len);