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-09 15:26:00 +0300
committerGlebs Ivanovskis <git-no-reply@zabbix.com>2017-02-09 15:26:00 +0300
commit7e8de11f938fb51d2859141735f06f76931b4957 (patch)
tree013fa66d73076a4a8da82b08f299efc84a46a359 /include/mutexs.h
parent73d789c423710a012fae1d9e5d6a76ea22ef588a (diff)
...G...PS. [ZBXNEXT-3687] bubbled up exit() calls from IPC functions to the main() functions and main process threads
Diffstat (limited to 'include/mutexs.h')
-rw-r--r--include/mutexs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mutexs.h b/include/mutexs.h
index 724b65fc644..b2b74c05f7e 100644
--- a/include/mutexs.h
+++ b/include/mutexs.h
@@ -57,7 +57,7 @@
#define zbx_mutex_lock(mutex) __zbx_mutex_lock(__FILE__, __LINE__, mutex)
#define zbx_mutex_unlock(mutex) __zbx_mutex_unlock(__FILE__, __LINE__, mutex)
-int zbx_mutex_create(ZBX_MUTEX *mutex, ZBX_MUTEX_NAME name);
+int zbx_mutex_create(ZBX_MUTEX *mutex, ZBX_MUTEX_NAME name, char **error);
void __zbx_mutex_lock(const char *filename, int line, ZBX_MUTEX *mutex);
void __zbx_mutex_unlock(const char *filename, int line, ZBX_MUTEX *mutex);
void zbx_mutex_destroy(ZBX_MUTEX *mutex);