summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorsasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-14 13:27:34 +0000
committersasha <sasha@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2008-05-14 13:27:34 +0000
commit4c861b4b4472ba51b9c0a0218f1c08f30a0732c5 (patch)
tree765d09bd02a0a305c823c4469e124fa9c3646c1c /include
parent6e12e952ca77bc17dbd543aa930608474f80b18f (diff)
downloadzabbix-4c861b4b4472ba51b9c0a0218f1c08f30a0732c5.tar.gz
zabbix-4c861b4b4472ba51b9c0a0218f1c08f30a0732c5.tar.xz
zabbix-4c861b4b4472ba51b9c0a0218f1c08f30a0732c5.zip
- [DEV-137] Misc bugs and improvements
active checks eventlog[] and log[] not send specific informatiom to server (lastlogsize, source, severity and timestamp) git-svn-id: svn://svn.zabbix.com/trunk@5702 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 9c130812..b8e0b740 100644
--- a/include/zbxjson.h
+++ b/include/zbxjson.h
@@ -94,6 +94,7 @@ void zbx_json_free(struct zbx_json *j);
void zbx_json_addobject(struct zbx_json *j, const char *name);
void zbx_json_addarray(struct zbx_json *j, const char *name);
void zbx_json_addstring(struct zbx_json *j, const char *name, const char *string, zbx_json_type_t type);
+void zbx_json_adduint64(struct zbx_json *j, const char *name, zbx_uint64_t value);
int zbx_json_close(struct zbx_json *j);
int zbx_json_open(char *buffer, struct zbx_json_parse *jp);