Merge branch 'master' into gfio
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index e37e5ae1e8e38e55f7508afe8ca115a49ac6a15e..8246e38856a22321fae6bcab9410ed401f64cabd 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -99,14 +99,13 @@ struct thread_data {
                struct frand_state __next_file_state;
        };
        int error;
+       int sig;
        int done;
        pid_t pid;
        char *orig_buffer;
        size_t orig_buffer_size;
        volatile int terminate;
        volatile int runstate;
-       unsigned int ioprio;
-       unsigned int ioprio_set;
        unsigned int last_was_sync;
        enum fio_ddir last_ddir;