pshared: Add mutex_init_pshared_with_type()
[fio.git] / pshared.h
index a58df6fe0b453802843eaed0ec990199c9a62752..f33be4627f26dd1b25255bd6c15b1449d8822366 100644 (file)
--- a/pshared.h
+++ b/pshared.h
@@ -3,6 +3,7 @@
 
 #include <pthread.h>
 
+extern int mutex_init_pshared_with_type(pthread_mutex_t *, int);
 extern int mutex_init_pshared(pthread_mutex_t *);
 extern int cond_init_pshared(pthread_cond_t *);
 extern int mutex_cond_init_pshared(pthread_mutex_t *, pthread_cond_t *);