From c659fa9892234e2bbead0f72de40de8773238e57 Mon Sep 17 00:00:00 2001 From: Michael Veksler Date: Tue, 27 Feb 2018 08:39:13 +0000 Subject: .......... [ZBX-13062] updated to the latest trunk --- include/sysinfo.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/sysinfo.h') 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 -- cgit v1.2.3