Merge branch 'solaris-clock-setaffinity' of https://github.com/szaydel/fio
[fio.git] / filelock.h
CommitLineData
243bfe19
JA
1#ifndef FIO_LOCK_FILE_H
2#define FIO_LOCK_FILE_H
3
375ac4fa
JA
4#include "lib/types.h"
5
243bfe19 6extern void fio_lock_file(const char *);
375ac4fa 7extern bool fio_trylock_file(const char *);
243bfe19
JA
8extern void fio_unlock_file(const char *);
9
10extern int fio_filelock_init(void);
11extern void fio_filelock_exit(void);
12
13#endif