X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=file.h;h=ac00ff877997531f2879fcc9e4dbe167f2da7634;hb=97900ebfb0192130823dce8aa8f36916313a1c18;hp=aff3ce9f301dcf004473af965d6c84cdba993ed3;hpb=04d6530f6ecd50520e99732b0b6bb90f71ff131a;p=fio.git diff --git a/file.h b/file.h index aff3ce9f..ac00ff87 100644 --- a/file.h +++ b/file.h @@ -15,7 +15,7 @@ */ enum fio_filetype { FIO_TYPE_FILE = 1, /* plain file */ - FIO_TYPE_BD, /* block device */ + FIO_TYPE_BLOCK, /* block device */ FIO_TYPE_CHAR, /* character device */ FIO_TYPE_PIPE, /* pipe */ }; @@ -210,7 +210,7 @@ extern int get_fileno(struct thread_data *, const char *); extern void free_release_files(struct thread_data *); extern void filesetup_mem_free(void); extern void fio_file_reset(struct thread_data *, struct fio_file *); -extern int fio_files_done(struct thread_data *); +extern bool fio_files_done(struct thread_data *); extern bool exists_and_not_regfile(const char *); #endif