Fix usr/sys/ctx/majf/minf for -USR1 usage
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 621ed606c0065279a7fc91dd1623aa329321dda9..a1b2a931e616179847928c8d145935b956d6432e 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -354,6 +354,8 @@ struct thread_data {
        uint64_t stat_io_blocks[DDIR_RWDIR_CNT];
        struct timeval iops_sample_time;
 
+       volatile int update_rusage;
+       struct fio_mutex *rusage_sem;
        struct rusage ru_start;
        struct rusage ru_end;