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:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2021-09-27 16:48:18 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2021-09-27 16:48:26 +0300
commit1c15489235d9a66921323c2acd03404d483710a0 (patch)
tree66d74e78c4a0fd5bd894aa8747ca83d34d87ea3c /include/common.h
parentdfc10c0da837fcecb89011a85a6c4346eca80546 (diff)
...G...... [ZBXNEXT-6923] improved Zabbix sender to remember last successful node
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index e72edc6b7f2..7bd163ffc78 100644
--- a/include/common.h
+++ b/include/common.h
@@ -1355,6 +1355,7 @@ void find_cr_lf_szbyte(const char *encoding, const char **cr, const char **lf, s
int zbx_read(int fd, char *buf, size_t count, const char *encoding);
int zbx_is_regular_file(const char *path);
char *zbx_fgets(char *buffer, int size, FILE *fp);
+int zbx_write_all(int fd, const char *buf, size_t n);
int MAIN_ZABBIX_ENTRY(int flags);