fio: consolidate rand_seed to uint64_t
[fio.git] / ioengine.h
index 949af9150613c8b398f389fee71c0cfa65b692e7..0756bc7e6c1335dc729bbe6c08b9f78630121d66 100644 (file)
@@ -56,7 +56,7 @@ struct io_u {
        /*
         * Initial seed for generating the buffer contents
         */
-       unsigned long rand_seed;
+       uint64_t rand_seed;
 
        /*
         * IO engine state, may be different from above when we get