X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=filehash.h;fp=filehash.h;h=f316b208481c902d010e707f6f6ceb4e602a209a;hp=993943a0be2dd9141285e8439fd3d138bb2ceaf5;hb=90426237af4f3c9c7628aebfd4421fbe43d68c2a;hpb=4db205dc7c0195cacc949cfbc461350ca6ec74b0 diff --git a/filehash.h b/filehash.h index 993943a0..f316b208 100644 --- a/filehash.h +++ b/filehash.h @@ -8,5 +8,7 @@ extern void file_hash_exit(void); extern struct fio_file *lookup_file_hash(const char *); extern struct fio_file *add_file_hash(struct fio_file *); extern void remove_file_hash(struct fio_file *); +extern void fio_file_hash_lock(void); +extern void fio_file_hash_unlock(void); #endif