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:
authorGlebs Ivanovskis <git-no-reply@zabbix.com>2017-02-07 18:11:32 +0300
committerGlebs Ivanovskis <git-no-reply@zabbix.com>2017-02-07 18:11:32 +0300
commitb1b71d3dbd7fd79e006701bac117a783cfd48130 (patch)
tree82e85bf0e24db5deae54d9b12a4d414e09047a29 /include/memalloc.h
parent11b3b0de252492869510ad8c73e6241260fd43b0 (diff)
...GI..PS. [ZBXNEXT-3687] ported changes from ZBX-11747 branch
Diffstat (limited to 'include/memalloc.h')
-rw-r--r--include/memalloc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/memalloc.h b/include/memalloc.h
index 48dc8da0345..53143b8786a 100644
--- a/include/memalloc.h
+++ b/include/memalloc.h
@@ -46,8 +46,7 @@ typedef struct
}
zbx_mem_info_t;
-void zbx_mem_create(zbx_mem_info_t **info, key_t shm_key, int lock_name, zbx_uint64_t size,
- const char *descr, const char *param, int allow_oom);
+void zbx_mem_create(zbx_mem_info_t **info, zbx_uint64_t size, const char *descr, const char *param, int allow_oom);
void zbx_mem_destroy(zbx_mem_info_t *info);
#define zbx_mem_malloc(info, old, size) __zbx_mem_malloc(__FILE__, __LINE__, info, old, size)