From: Jens Axboe Date: Thu, 15 Mar 2012 07:26:18 +0000 (+0100) Subject: server: add missing IOLOG command to text list X-Git-Tag: gfio-0.1~135 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=c70e63e5a86e524a60662d6538803c5e18ab7a4f;hp=c57f254caa98902968c928d761dd99e1fa18a35c server: add missing IOLOG command to text list Signed-off-by: Jens Axboe --- diff --git a/server.c b/server.c index 7ab01efa..91107076 100644 --- 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)