X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=init.c;h=738342799c5cc391494b43d3de8433939698cb35;hp=e6378715b2fe4d42b882da45bc0c43ac44dcba66;hb=4d1bc43e9f495459f03b32a53002e1526d06dea6;hpb=2401022342f650ac7d845a14c7b9bf1cd87cead6 diff --git a/init.c b/init.c index e6378715..73834279 100644 --- a/init.c +++ b/init.c @@ -1217,7 +1217,7 @@ static void init_flags(struct thread_data *td) static int setup_random_seeds(struct thread_data *td) { - unsigned long seed; + uint64_t seed; unsigned int i; if (!td->o.rand_repeatable && !fio_option_is_set(&td->o, rand_seed)) {