server: add missing IOLOG command to text list
authorJens Axboe <axboe@kernel.dk>
Thu, 15 Mar 2012 07:26:18 +0000 (08:26 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 15 Mar 2012 07:26:18 +0000 (08:26 +0100)
Signed-off-by: Jens Axboe <axboe@kernel.dk>
server.c

index 7ab01efadbe491c9d07f5a0908168151fb89998b..9110707656ad3e2ca4f8166521b9d407efe57551 100644 (file)
--- a/server.c
+++ b/server.c
@@ -55,6 +55,7 @@ static const char *fio_server_ops[FIO_NET_CMD_NR] = {
        "SERVER_START",
        "ADD_JOB",
        "CMD_RUN"
+       "CMD_IOLOG",
 };
 
 const char *fio_server_op(unsigned int op)