Merge in zipf differences from gfio
[fio.git] / server.h
index 3a8b4c3a90eb6150e3b737b201e512fce75f7f52..da1167167749b4041de47b8598b20e0bd4346b7d 100644 (file)
--- 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          = 11,
 
        FIO_SERVER_MAX_PDU      = 1024,