X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=file.h;h=e3864ee505971ed3733efbf055887df92f94e8af;hb=c75f74fb4dce30811d5b4ed09f884c97972828f1;hp=ad8802d395ae67dd91837a9e9553881abb30e649;hpb=47534cda051d15767f175967b91ef56771adb0e0;p=fio.git diff --git a/file.h b/file.h index ad8802d3..e3864ee5 100644 --- a/file.h +++ b/file.h @@ -188,9 +188,15 @@ extern void close_and_free_files(struct thread_data *); extern uint64_t get_start_offset(struct thread_data *, struct fio_file *); extern int __must_check setup_files(struct thread_data *); extern int __must_check file_invalidate_cache(struct thread_data *, struct fio_file *); +#ifdef __cplusplus +extern "C" { +#endif extern int __must_check generic_open_file(struct thread_data *, struct fio_file *); extern int __must_check generic_close_file(struct thread_data *, struct fio_file *); extern int __must_check generic_get_file_size(struct thread_data *, struct fio_file *); +#ifdef __cplusplus +} +#endif extern int __must_check file_lookup_open(struct fio_file *f, int flags); extern int __must_check pre_read_files(struct thread_data *); extern unsigned long long get_rand_file_size(struct thread_data *td);