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:
authorAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2020-02-26 18:15:16 +0300
committerAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2020-02-26 18:15:16 +0300
commitf738427914fd08904ef425422ecbf35d59e83deb (patch)
tree8dd71100ce582111af6361b9bfa86c459f46b1a9 /include/zbxhistory.h
parentfd68b31076276cb46b3e404f6b99054f94bae3ca (diff)
........S. [ZBXNEXT-1736] added function to print value of double type in human friendly format
Diffstat (limited to 'include/zbxhistory.h')
-rw-r--r--include/zbxhistory.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zbxhistory.h b/include/zbxhistory.h
index 09f2ef5cb7c..b6becbf4d55 100644
--- a/include/zbxhistory.h
+++ b/include/zbxhistory.h
@@ -38,6 +38,7 @@ int zbx_history_record_compare_asc_func(const zbx_history_record_t *d1, const zb
int zbx_history_record_compare_desc_func(const zbx_history_record_t *d1, const zbx_history_record_t *d2);
void zbx_history_value2str(char *buffer, size_t size, const history_value_t *value, int value_type);
+void zbx_history_value_print(char *buffer, size_t size, const history_value_t *value, int value_type);
/* In most cases zbx_history_record_vector_destroy() function should be used to free the */
/* value vector filled by zbx_vc_get_value* functions. This define simply better */