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-09-10 11:31:44 +0300
committerAndrejs Kozlovs <andrejs.kozlovs@zabbix.com>2021-09-10 11:31:44 +0300
commitf142642863e0196f806e320b92bf81ea03a6eb5f (patch)
tree4846c09e8d5e9dbb1e37cd185d99438f690ade0d /src/libs/zbxaudit/audit.h
parentbbc7dea713909b7df9d34de53289daa3c6daf54f (diff)
parent9404e401237b1fe01dff9d23ba4b881acac436ef (diff)
........S. [ZBXNEXT-6871] Update from branch 'master' of https://git.zabbix.com/scm/zbx/zabbix into feature/ZBXNEXT-6871-5.5
Diffstat (limited to 'src/libs/zbxaudit/audit.h')
-rw-r--r--src/libs/zbxaudit/audit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libs/zbxaudit/audit.h b/src/libs/zbxaudit/audit.h
index a982f20f7b6..2a62bc1e45f 100644
--- a/src/libs/zbxaudit/audit.h
+++ b/src/libs/zbxaudit/audit.h
@@ -63,6 +63,8 @@ typedef struct zbx_audit_entry
int resource_type;
} zbx_audit_entry_t;
+zbx_audit_entry_t *zbx_audit_entry_init(zbx_uint64_t id, const char *name, int audit_action, int resource_type);
+
int zbx_auditlog_global_script(unsigned char script_type, unsigned char script_execute_on,
const char *script_command_orig, zbx_uint64_t hostid, const char *hostname, zbx_uint64_t eventid,
zbx_uint64_t proxy_hostid, zbx_uint64_t userid, const char *username, const char *clientip,