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 16:14:13 +0300
committerJurijs Klopovskis <jurijs.klopovskis@zabbix.com>2021-09-08 16:14:13 +0300
commit242d14b1f74e66557e43dea2982529576e5770f2 (patch)
treeff05af2eaf2326e6325bca4b94c5b036c52aea14 /include/zbxdb.h
parent81344a76b4675cca184a9936f06dd98392562c6e (diff)
.......PS. [DEV-1952] reporting friendly db server versions in backend
Diffstat (limited to 'include/zbxdb.h')
-rw-r--r--include/zbxdb.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/zbxdb.h b/include/zbxdb.h
index 9844de3a0bc..e85a2da245a 100644
--- a/include/zbxdb.h
+++ b/include/zbxdb.h
@@ -216,6 +216,7 @@ struct zbx_db_version_info_t
const char *friendly_current_version;
const char *friendly_min_version;
const char *friendly_max_version;
+ const char *friendly_min_supported_version;
};
void zbx_dbms_version_info_extract(struct zbx_db_version_info_t *version_info);