blob: 97d13b7a62f1a62e7dbd6fc4d591588c865831a5 [file] [log] [blame]
Jens Axboe243bfe12014-04-02 15:46:58 -06001#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