[PATCH] Fix random_map
[fio.git] / fio.h
diff --git a/fio.h b/fio.h
index b30dec59c7244e357fe5371416159b8812575922..6a68ec8dc674b0af8b074faba0627ef9940e82ab 100644 (file)
--- a/fio.h
+++ b/fio.h
@@ -63,7 +63,7 @@ struct io_u {
        struct timeval start_time;
        struct timeval issue_time;
 
-       char *buf;
+       void *buf;
        unsigned int buflen;
        unsigned long long offset;