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-01-23 17:49:55 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-01-23 17:49:55 +0300
commit5afa58b768619e2a636aa3b5ca6473a1621aeb2f (patch)
tree436dfe3e4c165e0a6eb017a316a50086e14d3b3d /include/zbxserialize.h
parentb4b45a38efb5caf817104ae263cef64cea3e8967 (diff)
........S. [ZBXNEXT-6451] added caching of serialized trigger expressions
Diffstat (limited to 'include/zbxserialize.h')
-rw-r--r--include/zbxserialize.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/zbxserialize.h b/include/zbxserialize.h
index 8afc9787be5..47645e4337e 100644
--- a/include/zbxserialize.h
+++ b/include/zbxserialize.h
@@ -117,4 +117,10 @@
)
#endif
+
+/* complex serialization/deserialization functions */
+
+zbx_uint32_t zbx_serialize_uint31_compact(unsigned char *ptr, zbx_uint32_t value);
+zbx_uint32_t zbx_deserialize_uint31_compact(const unsigned char *ptr, zbx_uint32_t *value);
+
/* ZABBIX_SERIALIZE_H */