Fix client/server "all clients" reporting
[fio.git] / server.c
index 54d703d0b056f1b02a6baaf3d4e95011d3f0543e..ce9dca315ef19b1a7793b10203b0860470c9f54b 100644 (file)
--- a/server.c
+++ b/server.c
@@ -1443,6 +1443,7 @@ static void convert_gs(struct group_run_stats *dst, struct group_run_stats *src)
        dst->unit_base  = cpu_to_le32(src->unit_base);
        dst->groupid    = cpu_to_le32(src->groupid);
        dst->unified_rw_rep     = cpu_to_le32(src->unified_rw_rep);
+       dst->sig_figs   = cpu_to_le32(src->sig_figs);
 }
 
 /*