From 284b1e65aa9b35c67d8392e2257fd53b310bb1a3 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Wed, 14 Mar 2012 21:55:07 +0100 Subject: [PATCH 1/1] gfio: include name of iolog in gdio_client_iolog() Signed-off-by: Jens Axboe --- gfio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gfio.c b/gfio.c index e88c11b6..a67accf4 100644 --- a/gfio.c +++ b/gfio.c @@ -1689,7 +1689,7 @@ static void gfio_client_job_start(struct fio_client *client, struct fio_net_cmd static void gfio_client_iolog(struct fio_client *client, struct cmd_iolog_pdu *pdu) { - printf("got iolog: type=%u, entries=%u\n", pdu->log_type, pdu->nr_samples); + printf("got iolog: name=%s, type=%u, entries=%u\n", pdu->name, pdu->log_type, pdu->nr_samples); free(pdu); } -- 2.25.1