configure: add --cc= option to script
[fio.git] / server.h
index 3a8b4c3a90eb6150e3b737b201e512fce75f7f52..3f1bde4ec38dd9806056874110e80a286b2b190e 100644 (file)
--- a/server.h
+++ b/server.h
@@ -29,10 +29,10 @@ 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 {