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>2020-09-10 16:02:52 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2020-09-10 16:08:43 +0300
commit718cdd3b3c983468c8e8906a2bf8ff4bef47d45d (patch)
tree7769932a5044e0d072e76a1fb1eebb5e91816961 /include/zbxtrends.h
parenta255fa409c2c6cd4872b5bf98767ac637f23975a (diff)
........S. [ZBXNEXT-6140] refactored timer queue
Diffstat (limited to 'include/zbxtrends.h')
-rw-r--r--include/zbxtrends.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zbxtrends.h b/include/zbxtrends.h
index 3a99296f7da..5dc290599c1 100644
--- a/include/zbxtrends.h
+++ b/include/zbxtrends.h
@@ -23,7 +23,7 @@
#include "common.h"
-int zbx_trends_parse_base(const char *period_shift, zbx_time_unit_t *base, char **error);
+int zbx_trends_parse_base(const char *params, zbx_time_unit_t *base, char **error);
int zbx_trends_parse_range(const char *period, const char *period_shift, int *start, int *end, char **error);