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:
authorAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2021-08-20 10:17:17 +0300
committerAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2021-08-20 10:17:17 +0300
commitf2985196e1e10403db1e2a673201361b45c8b3a9 (patch)
tree4a7fb7610a7c35d4a447f8d5d69a7df121b911b8 /src/libs/zbxaudit/audit_host.h
parent31aecccab67a6217d652edda5d1c4dc3a457742a (diff)
parent23ffaea95a088b9378c2b51de96f6c676e567acd (diff)
........S. [ZBXNEXT-6810] update from Merge branch 'feature/ZBXNEXT-6802-5.5' of https://git.zabbix.com/scm/zbx/zabbix into feature/ZBXNEXT-6810-5.5-test
Diffstat (limited to 'src/libs/zbxaudit/audit_host.h')
-rw-r--r--src/libs/zbxaudit/audit_host.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/zbxaudit/audit_host.h b/src/libs/zbxaudit/audit_host.h
index 354e7c8cfd0..611bb01d71b 100644
--- a/src/libs/zbxaudit/audit_host.h
+++ b/src/libs/zbxaudit/audit_host.h
@@ -50,6 +50,8 @@ void zbx_audit_host_update_json_update_inventory_mode(zbx_uint64_t hostid, int i
int inventory_mode_new);
void zbx_audit_host_update_json_update_host_status(zbx_uint64_t hostid, int host_status_old,
int host_status_new);
+void zbx_audit_host_prototype_update_json_update_interface_details_create_entry(zbx_uint64_t hostid,
+ zbx_uint64_t interfaceid);
#define PREPARE_AUDIT_HOST_INTERFACE_H(funcname, interface_resource, type1) \
void zbx_audit_##funcname##_update_json_update_interface_##interface_resource(zbx_uint64_t hostid, \