[PATCH] Add support for specifying job nice value with nice=x
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index dbf476e94a4dc5099753eb3bf9c7b5acc629f320..a75d3b2d1b6ad08441c0826d513c6a92109551e4 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -153,6 +153,7 @@ struct thread_data {
        unsigned int iolog;
        unsigned int rwmixcycle;
        unsigned int rwmixread;
+       unsigned int nice;
 
        char iolog_file[256];