[PATCH] Allow proper sharing of files
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 0844e6aca7df6338cadcca8eda466f225cf7ac16..a183d72d09bf8bb14b811338e5f07476f140ed11 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -146,6 +146,7 @@ struct thread_data {
        unsigned int use_thread;
        unsigned int iodepth;
        os_cpu_mask_t cpumask;
+       unsigned int jobnum;
 
        struct drand48_data bsrange_state;
        struct drand48_data verify_state;