Fix pointer alignment bug causing SIGBUS on Sparc64
[fio.git] / thread_options.h
index 4ea6ebd06a0c07f5212c237f6f7fcfcc808a84c1..bacd86b483aa4f9f2f863227d845d1a76506893f 100644 (file)
@@ -45,7 +45,7 @@ struct thread_options {
        unsigned int kb_base;
        unsigned int unit_base;
        unsigned int ddir_seq_nr;
-       long ddir_seq_add;
+       long long ddir_seq_add;
        unsigned int iodepth;
        unsigned int iodepth_low;
        unsigned int iodepth_batch;