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:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2019-12-19 19:05:07 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2019-12-19 19:05:07 +0300
commit01d44be7b76cb92eb9b61b89af600a32deb1d3be (patch)
tree6264be411ef58b7a8817bd9d9f50529a97984a62 /include/zbxjson.h
parent4a5ad513879f0b076a2f3156b452e02cdf8dbc34 (diff)
.......PS. [ZBXNEXT-5287] handle possibility of other data task types in future
Diffstat (limited to 'include/zbxjson.h')
-rw-r--r--include/zbxjson.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zbxjson.h b/include/zbxjson.h
index a0400f059e8..6f0c6839cf7 100644
--- a/include/zbxjson.h
+++ b/include/zbxjson.h
@@ -168,6 +168,7 @@
#define ZBX_PROTO_TAG_IPMI_USERNAME "ipmi_username"
#define ZBX_PROTO_TAG_IPMI_PASSWORD "ipmi_password"
#define ZBX_PROTO_TAG_JMX_AVAILABLE "jmx_available"
+#define ZBX_PROTO_TAG_DATA_TYPE "datatype"
#define ZBX_PROTO_VALUE_FAILED "failed"
#define ZBX_PROTO_VALUE_SUCCESS "success"