X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=filehash.h;h=f316b208481c902d010e707f6f6ceb4e602a209a;hp=a89a91f81d8d2ce6941deada5c02291df63ca6d2;hb=7c92279529c1a76174f6bf9d56710b413c7fe2e9;hpb=380065aa652b87093d6bbd240e70db30bd6f193d diff --git a/filehash.h b/filehash.h index a89a91f8..f316b208 100644 --- a/filehash.h +++ b/filehash.h @@ -4,8 +4,11 @@ extern unsigned int file_hash_size; extern void file_hash_init(void *); +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