X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=0d57b608c3a29d49f0c8e8008b5c78388a73d110;hp=1b392a0372b0ddbe60984eefc1cc09b60180ffc4;hb=e592a06b36999bbb30675a4a58d4ff16ed65e555;hpb=7101d9c24abec4be58a086d85d6d92ec6e6492e9 diff --git a/fio.h b/fio.h index 1b392a03..0d57b608 100644 --- a/fio.h +++ b/fio.h @@ -629,6 +629,15 @@ enum { FIO_FSERVICE_RR = 2, }; +/* + * when should interactive ETA output be generated + */ +enum { + FIO_ETA_AUTO, + FIO_ETA_ALWAYS, + FIO_ETA_NEVER, +}; + /* * 30 second per-io_u timeout, with 5 second intervals to avoid resetting * the timer on each queue operation. @@ -663,6 +672,7 @@ extern int temp_stall_ts; extern unsigned long long mlock_size; extern unsigned long page_mask, page_size; extern int read_only; +extern int eta_print; extern struct thread_data *threads;