X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=5177795c32c7b05d852c79e154411e7e281a6db8;hp=fe314bfde1eebd1e18ed6178103ce33ec9ff5f3d;hb=81887d5dcd608492e59ed3fb2ac8fcb463223120;hpb=e7823a941468e807c381fac4c5f7d41329ef0c1d diff --git a/fio.h b/fio.h index fe314bfd..5177795c 100644 --- a/fio.h +++ b/fio.h @@ -175,11 +175,6 @@ struct io_u { * Callback for io completion */ int (*end_io)(struct thread_data *, struct io_u *); - - /* - * Called when io_u is about to be freed - */ - void (*unmap)(struct thread_data *, struct io_u *); }; /* @@ -375,6 +370,7 @@ struct thread_stat { unsigned long usr_time; unsigned long sys_time; unsigned long ctx; + unsigned long minf, majf; /* * IO depth and latency stats