X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;f=client.c;h=7934661cae1ec73e32491262fcdec854c48b9014;hb=0cf59b52d81ec0c70c60b9516b2e740f408b9d1c;hp=48d4c5296c8a135f4256512a815529b1b87d9541;hpb=c7334fa3f3be87854354044615b0c0e473c50713;p=fio.git diff --git a/client.c b/client.c index 48d4c529..7934661c 100644 --- a/client.c +++ b/client.c @@ -972,7 +972,7 @@ static void convert_gs(struct group_run_stats *dst, struct group_run_stats *src) dst->min_run[i] = le64_to_cpu(src->min_run[i]); dst->max_bw[i] = le64_to_cpu(src->max_bw[i]); dst->min_bw[i] = le64_to_cpu(src->min_bw[i]); - dst->io_kb[i] = le64_to_cpu(src->io_kb[i]); + dst->iobytes[i] = le64_to_cpu(src->iobytes[i]); dst->agg[i] = le64_to_cpu(src->agg[i]); } @@ -1322,7 +1322,7 @@ static int fio_client_handle_iolog(struct fio_client *client, log_pathname = malloc(10 + strlen((char *)pdu->name) + strlen(client->hostname)); if (!log_pathname) { - log_err("fio: memory allocation of unique pathname failed"); + log_err("fio: memory allocation of unique pathname failed\n"); return -1; } /* generate a unique pathname for the log file using hostname */