gfio: debug dump on iolog receive
authorJens Axboe <axboe@kernel.dk>
Wed, 14 Mar 2012 20:51:18 +0000 (21:51 +0100)
committerJens Axboe <axboe@kernel.dk>
Wed, 14 Mar 2012 20:51:18 +0000 (21:51 +0100)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
gfio.c

diff --git a/gfio.c b/gfio.c
index 03d25e193f097e072c0f706d1f421e5a7281db5a..e88c11b6301c63d4a87ceeed77b77d78eb3488b2 100644 (file)
--- a/gfio.c
+++ b/gfio.c
@@ -1689,6 +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);
        free(pdu);
 }