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>2016-12-07 17:58:13 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2016-12-07 17:58:13 +0300
commitcec31a82a1a12afa2bedf57cb9f0cfa441a7b68d (patch)
tree0ecf1e1977500709042e75f5d4d634e3696b3576 /include/sysinfo.h
parent8a68a613d683b40ddd762c27881459ef5b01e5fb (diff)
........S. [ZBXNEXT-1443] reworked history cache to store history_value_t and convert to zbx_variant_t only if there are preprocessing operations or item must be converted to another value type
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index fd23cdbe3ec..247900e28a2 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -212,7 +212,7 @@ int parse_item_key(const char *itemkey, AGENT_REQUEST *request);
void unquote_key_param(char *param);
int quote_key_param(char **param, int forced);
-int set_result_type(AGENT_RESULT *result, int value_type, int data_type, char *c);
+int set_result_type(AGENT_RESULT *result, int value_type, char *c);
void set_result_meta(AGENT_RESULT *result, zbx_uint64_t lastlogsize, int mtime);
#ifdef HAVE_KSTAT_H