X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=server.c;h=4f9b362455970dd54d22f965682402a3dc3e54ee;hp=1e1e9d048b0b82694f31ac6716f75d384ccf443f;hb=cca84643cc10cd72b0b453ff92ccb8643ba51493;hpb=c524ef72414f227ae4fcbfc95b832b3e6a95ae51 diff --git a/server.c b/server.c index 1e1e9d04..4f9b3624 100644 --- a/server.c +++ b/server.c @@ -309,6 +309,9 @@ static int handle_probe_cmd(struct fio_net_cmd *cmd) probe.fio_minor = FIO_MINOR; probe.fio_patch = FIO_PATCH; + probe.os = FIO_OS; + probe.arch = FIO_ARCH; + return fio_net_send_cmd(server_fd, FIO_NET_CMD_PROBE, &probe, sizeof(probe)); }