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 Zeila <andris.zeila@zabbix.com>2021-12-15 17:13:03 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-12-15 17:13:03 +0300
commit0ed802a001cc7eae786ec72288a64a7ee3ed4afd (patch)
treeb965a74f3435941ec37e24ab6ea0bad6f1d11d8f /include/zbxdiag.h
parent494b200d053820d0fc211c9207f9c90194913315 (diff)
.......PS. [ZBXNEXT-7109] changed proxy runtime control options to communicate through socket
Diffstat (limited to 'include/zbxdiag.h')
-rw-r--r--include/zbxdiag.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxdiag.h b/include/zbxdiag.h
index e185b8f05bb..7b64a5acd5e 100644
--- a/include/zbxdiag.h
+++ b/include/zbxdiag.h
@@ -45,6 +45,6 @@ zbx_diaginfo_section_t;
#define ZBX_DIAG_LOCKS "locks"
int zbx_diag_get_info(const struct zbx_json_parse *jp, char **info);
-void zbx_diag_log_info(unsigned int flags);
+void zbx_diag_log_info(unsigned int flags, char **result);
#endif