X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=server.h;h=15b802b40558827552bef5897862469f4454aeb3;hp=3a8b4c3a90eb6150e3b737b201e512fce75f7f52;hb=7496ea3e7fb234a1c92067301c028934c325daad;hpb=372aecb9049618c1279a946b66f6b29066730951 diff --git a/server.h b/server.h index 3a8b4c3a..15b802b4 100644 --- a/server.h +++ b/server.h @@ -29,14 +29,14 @@ struct fio_net_cmd { }; struct fio_net_int_cmd { - struct fio_net_cmd cmd; struct flist_head list; struct timeval tv; uint64_t saved_tag; + struct fio_net_cmd cmd; }; enum { - FIO_SERVER_VER = 9, + FIO_SERVER_VER = 10, FIO_SERVER_MAX_PDU = 1024,