server: fix sk typo and add endian type to probe
[fio.git] / server.h
index e129ffda8e19b53d805b696f2613eb03e23eadc5..fe762c94eb39f625e04f702648f9532c796d5957 100644 (file)
--- a/server.h
+++ b/server.h
@@ -59,6 +59,7 @@ struct cmd_ts_pdu {
 
 struct cmd_probe_pdu {
        uint8_t hostname[64];
+       uint8_t bigendian;
        uint8_t fio_major;
        uint8_t fio_minor;
        uint8_t fio_patch;