X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=server.c;h=e2a6f73eb2ba4678d971b668f0d1cb3d5d14e35c;hp=cd00cc65f8525a44706e1fa79e0ef085f532a086;hb=a68c66b25470a0f6cae4e6955bbef767ec9e4d68;hpb=ae5888523480f094ce04375a45797e111273ab22 diff --git a/server.c b/server.c index cd00cc65..e2a6f73e 100644 --- a/server.c +++ b/server.c @@ -1225,10 +1225,10 @@ int fio_send_iolog(struct thread_data *td, struct io_log *log, const char *name) for (i = 0; i < log->nr_samples; i++) { struct io_sample *s = get_sample(log, i); - s->time = cpu_to_le64(s->time); - s->val = cpu_to_le64(s->val); - s->ddir = cpu_to_le32(s->ddir); - s->bs = cpu_to_le32(s->bs); + s->time = cpu_to_le64(s->time); + s->val = cpu_to_le64(s->val); + s->__ddir = cpu_to_le32(s->__ddir); + s->bs = cpu_to_le32(s->bs); if (log->log_offset) { struct io_sample_offset *so = (void *) s;