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:
authorDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2021-10-28 18:19:05 +0300
committerDmitrijs Goloscapovs <dmitrijs.goloscapovs@zabbix.com>2021-10-28 18:20:12 +0300
commit4feac83ca4995c6b2291bf5d903d77e903000629 (patch)
tree55269ef6e64971c625b3d1119506d845289d3edc /include/zbxhistory.h
parent8d411f048c699ddf06a5b3be477d01641194244b (diff)
........S. [ZBXNEXT-6921] reworked duplicate rejection
(cherry picked from commit 5465dfbfc57a575363590185a762700b6cf9a261)
Diffstat (limited to 'include/zbxhistory.h')
-rw-r--r--include/zbxhistory.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zbxhistory.h b/include/zbxhistory.h
index e02bee7568a..97f1fc2eaf0 100644
--- a/include/zbxhistory.h
+++ b/include/zbxhistory.h
@@ -61,4 +61,6 @@ int zbx_history_get_values(zbx_uint64_t itemid, int value_type, int start, int c
int zbx_history_requires_trends(int value_type);
void zbx_history_check_version(struct zbx_json *json);
+#define HIST_DUP_REJECTED -2
+
#endif