[PATCH] Allow proper sharing of files
diff --git a/fio.h b/fio.h
index 0844e6a..a183d72 100644
--- a/fio.h
+++ b/fio.h
@@ -146,6 +146,7 @@
 	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;