summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-02-19 14:48:04 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-02-19 14:48:04 +0000
commit882acec2fc21d8292f9a8de513b1579b3f86159e (patch)
treea5b4f4c4db4470431322af3b5864fdc6efed5af3 /include
parent03d32f70e111859f4b8566348d9336d63720fdef (diff)
downloadzabbix-882acec2fc21d8292f9a8de513b1579b3f86159e.tar.gz
zabbix-882acec2fc21d8292f9a8de513b1579b3f86159e.tar.xz
zabbix-882acec2fc21d8292f9a8de513b1579b3f86159e.zip
- [DEV-100] C library for JSON data format
git-svn-id: svn://svn.zabbix.com/trunk@5372 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/zbxjson.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zbxjson.h b/include/zbxjson.h
index 8e7e03f3..6b597723 100644
--- a/include/zbxjson.h
+++ b/include/zbxjson.h
@@ -33,6 +33,7 @@
#define ZBX_PROTO_TAG_TIMESTAMP "timestamp"
#define ZBX_PROTO_TAG_SOURCE "source"
#define ZBX_PROTO_TAG_SEVERITY "severity"
+#define ZBX_PROTO_TAG_PROXY "proxy"
#define ZBX_PROTO_VALUE_FAILED "failed"
#define ZBX_PROTO_VALUE_SUCCESS "success"