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:
authorJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2021-09-08 14:57:01 +0300
committerJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2021-09-08 14:57:01 +0300
commit0da58658bcc2d700e87c46345871653f08f71ee5 (patch)
treeac2f78b51697c82f7b9fafd2ae5dce5a78986d1f /include/zbxdb.h
parenta380d1e02aa7c3c1d8dd469923d380ed3c20f2fd (diff)
.......PS. [DEV-1952] updated error flag generation logic in the backend
Diffstat (limited to 'include/zbxdb.h')
-rw-r--r--include/zbxdb.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/zbxdb.h b/include/zbxdb.h
index 07ccc62ca20..a7c1a63ee3f 100644
--- a/include/zbxdb.h
+++ b/include/zbxdb.h
@@ -202,7 +202,8 @@ typedef enum
DB_VERSION_LOWER_THAN_MINIMUM,
DB_VERSION_HIGHER_THAN_MAXIMUM,
DB_VERSION_FAILED_TO_RETRIEVE,
- DB_VERSION_LOWER_THAN_SUPPORTED
+ DB_VERSION_NOT_SUPPORTED_ERROR,
+ DB_VERSION_NOT_SUPPORTED_WARNING
} zbx_db_version_status_t;
zbx_uint32_t zbx_dbms_version_get(void);