From: Jens Axboe Date: Mon, 14 Apr 2014 15:07:30 +0000 (-0600) Subject: server: fix missing comma in fio_server_ops[] strings X-Git-Tag: fio-2.1.9~50 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=8d7b618a261e7642769b8f0bf2cf6649bb383330;hp=caa3eb1c86f9ca0e0063485f0ff0a1fca0dc3af2 server: fix missing comma in fio_server_ops[] strings Signed-off-by: Jens Axboe --- diff --git a/server.c b/server.c index 2fa51dff..ab3bece1 100644 --- a/server.c +++ b/server.c @@ -68,7 +68,7 @@ static const char *fio_server_ops[FIO_NET_CMD_NR] = { "DISK_UTIL", "SERVER_START", "ADD_JOB", - "CMD_RUN" + "CMD_RUN", "CMD_IOLOG", };