X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=client.c;h=6fe6d9f6b4cdceb0f699f7a9c5830e79b6491464;hp=18247ef6b9bd277c0e66a980b3a49679aa4f1173;hb=bb36ebad32a8fc50cb11f5bb661064754cc0e54e;hpb=db37d89074ed204c9c2bd010e72f63dcf4725715 diff --git a/client.c b/client.c index 18247ef6..6fe6d9f6 100644 --- a/client.c +++ b/client.c @@ -1024,6 +1024,7 @@ static void handle_ts(struct fio_client *client, struct fio_net_cmd *cmd) client_ts.thread_number = p->ts.thread_number; client_ts.groupid = p->ts.groupid; client_ts.unified_rw_rep = p->ts.unified_rw_rep; + client_ts.sig_figs = p->ts.sig_figs; if (++sum_stat_nr == sum_stat_clients) { strcpy(client_ts.name, "All clients");