X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=fio.h;h=2103151d9b42b3b318cb16d4e3519bc6ed354da1;hp=b3ba5db2e95ac9e16cd0633bc8912b125c08e333;hb=b57f4fd4e42672f1686fd119da522eace09d1d27;hpb=1368d95b060802f3032bb662144faa99bd521b56 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;