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-04-19 11:09:46 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-04-19 11:10:40 +0300
commit9ee2665a90e3ad687e4004140b4508f835c80bc2 (patch)
tree5b2ec347519d3f37d5f44c4b65aee1baed2aa48f /include
parent5e40a9f52eec8e7b5c84384bb1220740cd62245d (diff)
........S. [ZBXNEXT-6452] updated trigger exprsesion/recovery expression macros to support new syntax
Diffstat (limited to 'include')
-rw-r--r--include/db.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/db.h b/include/db.h
index c23bcd50588..57e52657ace 100644
--- a/include/db.h
+++ b/include/db.h
@@ -783,7 +783,8 @@ void zbx_db_get_events_by_eventids(zbx_vector_uint64_t *eventids, zbx_vector_ptr
void zbx_db_free_event(DB_EVENT *event);
void zbx_db_get_eventid_r_eventid_pairs(zbx_vector_uint64_t *eventids, zbx_vector_uint64_pair_t *event_pairs,
zbx_vector_uint64_t *r_eventids);
-
+void zbx_db_trigger_get_expression(const DB_TRIGGER *trigger, char **expression);
+void zbx_db_trigger_get_recovery_expression(const DB_TRIGGER *trigger, char **expression);
void zbx_db_trigger_clean(DB_TRIGGER *trigger);
typedef struct