libaio: don't call io_destroy(), let exit_aio() take care of it
[fio.git] / filelock.h
CommitLineData
243bfe19
JA
1#ifndef FIO_LOCK_FILE_H
2#define FIO_LOCK_FILE_H
3
4extern void fio_lock_file(const char *);
5extern int fio_trylock_file(const char *);
6extern void fio_unlock_file(const char *);
7
8extern int fio_filelock_init(void);
9extern void fio_filelock_exit(void);
10
11#endif