X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=mutex.h;h=17380de289a36cb7a76e34870db3c64efd7aa1a5;hp=246afeed0675678e24d2535372be5d64d8793ad1;hb=f5a425247db49bf1c35738ab50d947c5550f9425;hpb=83e16fe060881ec991fcf08e4d7a4f219e9f1d5e diff --git a/mutex.h b/mutex.h index 246afeed..17380de2 100644 --- a/mutex.h +++ b/mutex.h @@ -26,6 +26,7 @@ enum { extern int __fio_mutex_init(struct fio_mutex *, int); extern struct fio_mutex *fio_mutex_init(int); +extern void __fio_mutex_remove(struct fio_mutex *); extern void fio_mutex_remove(struct fio_mutex *); extern void fio_mutex_up(struct fio_mutex *); extern void fio_mutex_down(struct fio_mutex *);