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-03-17 22:29:21 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-03-17 22:30:06 +0300
commitdd442450d6933535875ba004c652e57594aa6330 (patch)
tree89e482ebb1c89c4898a2c5fd2c2123b81afb7052 /include/zbxjson.h
parent1b8ed235a37479648ddce8f973054cba11c39d5c (diff)
........S. [ZBXNEXT-6478] added support of per email status result for report testing
Diffstat (limited to 'include/zbxjson.h')
-rw-r--r--include/zbxjson.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zbxjson.h b/include/zbxjson.h
index bdb57c0e132..dec630a1a27 100644
--- a/include/zbxjson.h
+++ b/include/zbxjson.h
@@ -174,6 +174,8 @@
#define ZBX_PROTO_TAG_SESSIONID "sessionid"
#define ZBX_PROTO_TAG_SIGN "sign"
#define ZBX_PROTO_TAG_DETAIL "detail"
+#define ZBX_PROTO_TAG_RECIPIENT "recipient"
+#define ZBX_PROTO_TAG_RECIPIENTS "recipients"
#define ZBX_PROTO_VALUE_FAILED "failed"
#define ZBX_PROTO_VALUE_SUCCESS "success"