Switch last_was_sync and terminate to bool and pack better
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index 334f2036ac0b64646c6d30fdcc3085f0ce6099dd..85546c55c5e9b5999292ce0c7444b99c68eb6cb2 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -228,9 +228,9 @@ struct thread_data {
        pid_t pid;
        char *orig_buffer;
        size_t orig_buffer_size;
-       volatile int terminate;
        volatile int runstate;
-       unsigned int last_was_sync;
+       volatile bool terminate;
+       bool last_was_sync;
        enum fio_ddir last_ddir;
 
        int mmapfd;