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:
authorAndris Mednis <Andris.Mednis@zabbix.com>2021-12-01 15:56:24 +0300
committerAndris Mednis <Andris.Mednis@zabbix.com>2021-12-01 15:56:24 +0300
commit87415fc54efe5a669a488693fa88c7cf6bdc0f45 (patch)
tree8d1422a78bdff59361de43f45f2b4d46fe445d8d /include
parentbcd36f288f2e66c8f7bb6a50037d55abd15f7a4d (diff)
parent22968791f1ff91f3bf8af5a19c89fce2ca24d325 (diff)
..FG...... [ZBXNEXT-6593] added support of persistent files for restoring log item state after agent restart
* commit '22968791f1ff91f3bf8af5a19c89fce2ca24d325': ...G...... [ZBXNEXT-6593] simplified process_log_check() ...G...... [ZBXNEXT-6593] fixed log message when handling 'mtime' and 'lastlogsize' values restored from persistent file ...G...... [ZBXNEXT-6593] fixed handling of 'mtime' and 'lastlogsize' values restored from persistent file and from server ...G...... [ZBXNEXT-6593] fixed comment in zbx_restore_file_details() ...G...PS. [ZBXNEXT-6593] deleted zbx_psk_hex2bin(), replaced with zbx_hex2bin() ..FG...... [ZBXNEXT-6593] added support of persistent files for restoring log item state after agent restart
Diffstat (limited to 'include')
-rw-r--r--include/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 0adfa57b2fd..9f43df2d266 100644
--- a/include/common.h
+++ b/include/common.h
@@ -1714,4 +1714,6 @@ char *zbx_substr_unquote(const char *src, size_t left, size_t right);
void zbx_ltrim_utf8(char *str, const char *charlist);
void zbx_rtrim_utf8(char *str, const char *charlist);
+void zbx_md5buf2str(const md5_byte_t *md5, char *str);
+int zbx_hex2bin(const unsigned char *p_hex, unsigned char *buf, int buf_len);
#endif