Make io_sample word size agnostic
authorJens Axboe <axboe@kernel.dk>
Thu, 11 Apr 2013 10:24:36 +0000 (12:24 +0200)
committerJens Axboe <axboe@kernel.dk>
Thu, 11 Apr 2013 10:24:36 +0000 (12:24 +0200)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
iolog.h

diff --git a/iolog.h b/iolog.h
index 6068384386af40373c36fc27b7667b6ca2bc8387..82edbfc916ac5a47868bac16469e8d7d605c55e4 100644 (file)
--- a/iolog.h
+++ b/iolog.h
@@ -20,10 +20,10 @@ struct io_stat {
  * A single data sample
  */
 struct io_sample {
-       unsigned long time;
-       unsigned long val;
-       enum fio_ddir ddir;
-       unsigned int bs;
+       uint64_t time;
+       uint64_t val;
+       uint32_t ddir;
+       uint32_t bs;
 };
 
 enum {
@@ -45,7 +45,7 @@ struct io_log {
        unsigned long max_samples;
        struct io_sample *log;
 
-       int log_type;
+       unsigned int log_type;
 
        /*
         * Windowed average, for logging single entries average over some