Add fio_socklen_t
[fio.git] / client.c
index d883e651623aaa9f35b62d9151169256fd4662c8..8d066c5302925622ab64e104506b2a6f2edec41a 100644 (file)
--- a/client.c
+++ b/client.c
@@ -458,8 +458,9 @@ static void handle_probe(struct fio_net_cmd *cmd)
 {
        struct cmd_probe_pdu *probe = (struct cmd_probe_pdu *) cmd->payload;
 
-       log_info("Probe: hostname=%s, fio ver %u.%u.%u\n", probe->hostname,
-                       probe->fio_major, probe->fio_minor, probe->fio_patch);
+       log_info("Probe: hostname=%s, be=%u, fio ver %u.%u.%u\n",
+               probe->hostname, probe->bigendian, probe->fio_major,
+               probe->fio_minor, probe->fio_patch);
 }
 
 static int handle_client(struct fio_client *client, int one)