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>2021-11-17 18:23:35 +0300
committerAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2021-11-17 18:23:35 +0300
commit2c17ecef35a732d2a07196d3e180ef4e269f46db (patch)
tree68fca9d9b8fae4f458bce07eb96a0a656ba0f88d /include/common.h
parentc1e3e811abae1048c46a28b0faed89e4012b272a (diff)
parent71bb0357996c1497ffc927a187949f365c601f29 (diff)
.......... [ZBXNEXT-6936] upgraded to master
Diffstat (limited to 'include/common.h')
-rw-r--r--include/common.h13
1 files changed, 13 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index 58408c72004..b22edca36e7 100644
--- a/include/common.h
+++ b/include/common.h
@@ -1769,4 +1769,17 @@ zbx_tag_t;
void zbx_free_tag(zbx_tag_t *tag);
+typedef enum
+{
+ ERR_Z3001 = 3001,
+ ERR_Z3002,
+ ERR_Z3003,
+ ERR_Z3004,
+ ERR_Z3005,
+ ERR_Z3006,
+ ERR_Z3007,
+ ERR_Z3008
+}
+zbx_err_codes_t;
+
#endif