X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=2103151d9b42b3b318cb16d4e3519bc6ed354da1;hp=b3ba5db2e95ac9e16cd0633bc8912b125c08e333;hb=9781c080385364d24ac18a95544484864a27611a;hpb=ef32da643574162c2b1aae67af38ecffb43db036 diff --git a/fio.h b/fio.h index b3ba5db2..2103151d 100644 --- a/fio.h +++ b/fio.h @@ -245,7 +245,7 @@ struct thread_data { void *iolog_buf; FILE *iolog_f; - unsigned long rand_seeds[FIO_RAND_NR_OFFS]; + uint64_t rand_seeds[FIO_RAND_NR_OFFS]; struct frand_state bsrange_state[DDIR_RWDIR_CNT]; struct frand_state verify_state;