Add gettid() for proper thread affinity on Linux
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index b869dd15e280201aa79bd63dcdd39dfc6089dc8f..d8e3011bb4f19a17eb3b542d16af0a693e995ee9 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -165,6 +165,7 @@ struct thread_options {
        unsigned int iodepth_batch_complete;
 
        unsigned long long size;
+       unsigned int size_percent;
        unsigned int fill_device;
        unsigned long long file_size_low;
        unsigned long long file_size_high;