X-Git-Url: https://git.kernel.dk/?a=blobdiff_plain;ds=sidebyside;f=server.c;h=9f2220dd729274733d48bf1e8472bc6fb943c44e;hb=78475ac3b9453eff01c34778d70a2aed4aecffe8;hp=2fd9b45afb0e60403333440e26555faf270b8846;hpb=9d9937b51dc6a8fa3ee12349ac1ce290e0429b9d;p=fio.git diff --git a/server.c b/server.c index 2fd9b45a..9f2220dd 100644 --- a/server.c +++ b/server.c @@ -622,7 +622,7 @@ static int fio_net_queue_quit(void) { dprint(FD_NET, "server: sending quit\n"); - return fio_net_queue_cmd(FIO_NET_CMD_QUIT, NULL, 0, 0, SK_F_SIMPLE); + return fio_net_queue_cmd(FIO_NET_CMD_QUIT, NULL, 0, NULL, SK_F_SIMPLE); } int fio_net_send_quit(int sk) @@ -1883,7 +1883,7 @@ void fio_server_send_start(struct thread_data *td) assert(sk_out->sk != -1); - fio_net_queue_cmd(FIO_NET_CMD_SERVER_START, NULL, 0, 0, SK_F_SIMPLE); + fio_net_queue_cmd(FIO_NET_CMD_SERVER_START, NULL, 0, NULL, SK_F_SIMPLE); } int fio_server_get_verify_state(const char *name, int threadnumber,