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-15 18:50:49 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2021-03-15 19:07:11 +0300
commitc22f533a75706f7c12205308a45c267be1ef7057 (patch)
tree0c1b3ccef70274aad2a90815e30c4dd937efe84c /include/dbcache.h
parent2d784fb11a2dfe7719c73d69f519afe356777fb5 (diff)
........S. [ZBXNEXT-6457] added caching of serialized calculated item formula with expanded macros
Diffstat (limited to 'include/dbcache.h')
-rw-r--r--include/dbcache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dbcache.h b/include/dbcache.h
index 41bba8facc9..a9ad9eba95f 100644
--- a/include/dbcache.h
+++ b/include/dbcache.h
@@ -194,6 +194,7 @@ typedef struct
char ssl_key_password_orig[ITEM_SSL_KEY_PASSWORD_LEN_MAX], *ssl_key_password;
char *script_params;
char *error;
+ unsigned char *formula_bin;
}
DC_ITEM;