X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=fio.h;h=9c9002454054e3aa37cbb7bc5da7ef8e0e8e0f2a;hb=ad830ed7386eff264bdb5189675d6dfa672bd16b;hp=67f0badf8cb690d0b2940038157d19745b7075f0;hpb=d4ac64cc1e8bb64b71a1f8ae882ee171d02fe792;p=fio.git diff --git a/fio.h b/fio.h index 67f0badf..9c900245 100644 --- a/fio.h +++ b/fio.h @@ -263,6 +263,7 @@ enum fio_ioengine_flags { FIO_NODISKUTIL = 1 << 4, /* diskutil can't handle filename */ FIO_UNIDIR = 1 << 5, /* engine is uni-directional */ FIO_NOIO = 1 << 6, /* thread does only pseudo IO */ + FIO_SIGQUIT = 1 << 7, /* needs SIGQUIT to exit */ }; enum fio_file_flags { @@ -667,6 +668,7 @@ extern unsigned long long mlock_size; extern unsigned long page_mask, page_size; extern int read_only; extern int eta_print; +extern char *job_section; extern struct thread_data *threads;