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:
authorMichael Veksler <Mihails.Vekslers@zabbix.com>2018-02-27 11:39:13 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2018-02-27 11:39:13 +0300
commitc659fa9892234e2bbead0f72de40de8773238e57 (patch)
treecb8c1f3d76198f5accd22858b44c3dcaf1e3b1b8 /include/sysinfo.h
parent54e9a8b43d9415b563f9ae70615cab6b2ac05e4b (diff)
.......... [ZBX-13062] updated to the latest trunk
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index 6ea5f08dea1..a03d332f3f3 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -303,4 +303,11 @@ int zbx_execute_threaded_metric(zbx_metric_func_t metric_func, AGENT_REQUEST *re
#define ZBX_SYSINFO_PROC_CMDLINE 0x0004
#define ZBX_SYSINFO_PROC_USER 0x0008
+#ifdef _WINDOWS
+#define ZBX_MUTEX_ALL_ALLOW 0
+#define ZBX_MUTEX_THREAD_DENIED 1
+#define ZBX_MUTEX_LOGGING_DENIED 2
+zbx_uint32_t get_thread_global_mutex_flag();
+#endif
+
#endif