summaryrefslogtreecommitdiff
path: root/server.h
diff options
context:
space:
mode:
authorJens Axboe <axboe@kernel.dk>2012-04-16 09:52:22 +0200
committerJens Axboe <axboe@kernel.dk>2012-04-16 09:52:22 +0200
commit0922d61ffe92cf10a563d7168decec84ab7a0d16 (patch)
tree44d43309e5bcdec40127454ed8cfb9f225c7b75d /server.h
parent075fa7bb64317a785892da060d6f0caf20822f18 (diff)
downloadfio-0922d61ffe92cf10a563d7168decec84ab7a0d16.tar.gz
Get rid of fio_version.h
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'server.h')
-rw-r--r--server.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/server.h b/server.h
index 27da94f2..d62eeb01 100644
--- a/server.h
+++ b/server.h
@@ -36,7 +36,7 @@ struct fio_net_int_cmd {
};
enum {
- FIO_SERVER_VER = 6,
+ FIO_SERVER_VER = 7,
FIO_SERVER_MAX_PDU = 1024,
@@ -78,9 +78,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;