server: include number of CPUs in probe reply
[fio.git] / server.h
index d56d498a149903d50159da0552455d2a707f8201..3c704213a82fe35c88780e13f32f8ca6bc59890c 100644 (file)
--- a/server.h
+++ b/server.h
@@ -38,7 +38,7 @@ struct fio_net_cmd_reply {
 };
 
 enum {
-       FIO_SERVER_VER                  = 14,
+       FIO_SERVER_VER                  = 15,
 
        FIO_SERVER_MAX_FRAGMENT_PDU     = 1024,
 
@@ -92,6 +92,8 @@ struct cmd_probe_pdu {
        uint8_t os;
        uint8_t arch;
        uint8_t bpp;
+       uint32_t cpus;
+       uint64_t flags;
 };
 
 struct cmd_single_line_pdu {