X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=49ddd92c92330f4a6d7adb5b708d5d422a552427;hp=6eb270d2a8e802b6607b43c0e992454ac8e68d56;hb=50d16976ac0cd44c1f5aba9217148ff05e141436;hpb=3545a109a2cfe5ab22969ef453dc049db47f0b68 diff --git a/fio.h b/fio.h index 6eb270d2..49ddd92c 100644 --- a/fio.h +++ b/fio.h @@ -348,6 +348,7 @@ struct thread_options { enum fio_fallocate_mode fallocate_mode; unsigned int zero_buffers; unsigned int refill_buffers; + unsigned int scramble_buffers; unsigned int time_based; unsigned int disable_lat; unsigned int disable_clat; @@ -648,6 +649,7 @@ extern int fio_gtod_offload; extern int fio_gtod_cpu; extern enum fio_cs fio_clock_source; extern int warnings_fatal; +extern int terse_version; extern struct thread_data *threads; @@ -688,6 +690,9 @@ static inline int should_fsync(struct thread_data *td) * Init/option functions */ extern int __must_check parse_options(int, char **); +extern int parse_jobs_ini(char *, int, int); +extern int exec_run(void); +extern void reset_fio_state(void); extern int fio_options_parse(struct thread_data *, char **, int); extern void fio_keywords_init(void); extern int fio_cmd_option_parse(struct thread_data *, const char *, char *);