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:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2018-06-07 11:47:24 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2018-06-07 11:47:24 +0300
commit5cad889a8a4dac4d0141e9b5afc11633c4ef68a4 (patch)
tree6b243616d9c90f958e03e3bcec7dd3e2aec121ff /include/memalloc.h
parente16eada7cf0329ff5bac2715a5ceb639d6ded6ac (diff)
.......PS. [ZBXNEXT-4577] type definitions instead of defines
Diffstat (limited to 'include/memalloc.h')
-rw-r--r--include/memalloc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/memalloc.h b/include/memalloc.h
index f6f760e4cf4..a9cc3ffccf9 100644
--- a/include/memalloc.h
+++ b/include/memalloc.h
@@ -39,7 +39,7 @@ typedef struct
/* Set this flag to 1 to allow execution in out of memory situations. */
char allow_oom;
- ZBX_MUTEX mem_lock;
+ zbx_mutex_t mem_lock;
const char *mem_descr;
const char *mem_param;
}