Get rid of fio_version.h
[fio.git] / server.h
index 3c704213a82fe35c88780e13f32f8ca6bc59890c..59a41018ab26dec3420e69c364425917ec35297c 100644 (file)
--- a/server.h
+++ b/server.h
@@ -38,7 +38,7 @@ struct fio_net_cmd_reply {
 };
 
 enum {
-       FIO_SERVER_VER                  = 15,
+       FIO_SERVER_VER                  = 16,
 
        FIO_SERVER_MAX_FRAGMENT_PDU     = 1024,
 
@@ -86,9 +86,7 @@ struct cmd_du_pdu {
 struct cmd_probe_pdu {
        uint8_t hostname[64];
        uint8_t bigendian;
-       uint8_t fio_major;
-       uint8_t fio_minor;
-       uint8_t fio_patch;
+       uint8_t fio_version[8];
        uint8_t os;
        uint8_t arch;
        uint8_t bpp;