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-03 14:54:39 +0300
committerAleksejs Sestakovs <aleksejs.sestakovs@zabbix.com>2021-11-03 14:54:39 +0300
commit6ba3246bb7f75d18245def6ccdc83d20fe0e2b75 (patch)
treebe8c729c95a80f5acec526a7a28191e108fc8314 /include/sysinfo.h
parent4dda152cdc1074af2170c0577d6f0f29de30d4b1 (diff)
parentd96c48dc1d46522363b36464872b157561b299bf (diff)
.......... [ZBXNEXT-6936] upgraded to master
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index 86b1bde3127..cbf310ea7c9 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -392,4 +392,9 @@ void zbx_mpoints_free(zbx_mpoint_t *mpoint);
zbx_uint32_t get_thread_global_mutex_flag(void);
#endif
+#ifndef _WINDOWS
+int hostname_handle_params(AGENT_REQUEST *request, AGENT_RESULT *result, char *hostname);
#endif
+
+#endif
+