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:
authorMiks Kronkalns <miks.kronkalns@zabbix.com>2021-04-07 14:24:10 +0300
committerMiks Kronkalns <miks.kronkalns@zabbix.com>2021-04-07 14:24:10 +0300
commit81c00cdcceb9251623ee4c249f815983357e580f (patch)
treea5dd1e9d0c39987bbf2c02b6ee034f27b7dcfd4d /include/dbcache.h
parent6e11afe5b7cb700a41b6c3ac7e3c803048a7a6d9 (diff)
parent028835860931ffab16ce9354c8dec156e0b6707f (diff)
.......... [ZBXNEXT-2976] updated to latest from master; Resolved conflicts in:
create/src/schema.tmpl create/src/templates.tmpl include/zbxjson.h src/libs/zbxdbupgrade/dbupgrade_5030.c templates/app/elasticsearch_http/template_app_elasticsearch_http.yaml templates/app/haproxy_agent/template_app_haproxy_agent.yaml templates/app/haproxy_http/template_app_haproxy_http.yaml templates/app/jenkins/template_app_jenkins.yaml templates/app/rabbitmq_agent/template_app_rabbitmq_agent.yaml templates/app/rabbitmq_http/template_app_rabbitmq_http.yaml templates/db/mssql_odbc/template_db_mssql_odbc.yaml templates/db/postgresql/template_db_postgresql.yaml templates/db/postgresql_agent2/template_db_postgresql_agent2.yaml templates/module/host_resources_snmp/template_module_host_resources_snmp.yaml templates/module/interfaces_simple_snmp/template_module_interfaces_simple_snmp.yaml templates/module/interfaces_snmp/template_module_interfaces_snmp.yaml templates/module/interfaces_win_snmp/template_module_interfaces_win_snmp.yaml templates/net/mellanox_snmp/template_net_mellanox_snmp.yaml templates/os/linux/template_os_linux.yaml templates/os/linux_active/template_os_linux_active.yaml templates/os/linux_prom/template_os_linux_prom.yaml templates/os/windows_agent/template_os_windows_agent.yaml templates/os/windows_agent_active/template_os_windows_agent_active.yaml templates/tel/asterisk_http/template_tel_asterisk_http.yaml ui/app/controllers/CControllerProfileUpdate.php ui/app/views/js/reports.auditlog.list.js.php ui/app/views/monitoring.dashboard.view.php ui/include/classes/api/managers/CItemPrototypeManager.php ui/include/classes/api/services/CHost.php ui/include/classes/api/services/CHostGeneral.php ui/include/classes/export/CConfigurationExportBuilder.php ui/include/classes/import/converters/C52ImportConverter.php ui/include/classes/screens/CScreenBase.php ui/include/classes/screens/CScreenDataOverview.php ui/include/classes/screens/CScreenTriggersOverview.php ui/include/defines.inc.php ui/include/views/monitoring.screen.constructor.edit.php ui/js/init.js ui/screenedit.php ui/tests/api_json/testAuditLog.php ui/tests/api_json/xml/testDeleteMissingForLinkedTemplateApplication.xml
Diffstat (limited to 'include/dbcache.h')
-rw-r--r--include/dbcache.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dbcache.h b/include/dbcache.h
index aaadf0c1aa9..6f252b4fd44 100644
--- a/include/dbcache.h
+++ b/include/dbcache.h
@@ -1006,4 +1006,6 @@ void zbx_db_trigger_queue_unlock(void);
void zbx_get_host_interfaces_availability(zbx_uint64_t hostid, zbx_agent_availability_t *agents);
+int zbx_hc_check_proxy(zbx_uint64_t proxyid);
+
#endif