Whamcloud - gitweb
- Flush every line so it works better with pdsh
authorbehlendo <behlendo>
Fri, 28 Feb 2003 03:31:35 +0000 (03:31 +0000)
committerbehlendo <behlendo>
Fri, 28 Feb 2003 03:31:35 +0000 (03:31 +0000)
lustre/utils/obdstat.c

index 1e23a31..01085b9 100644 (file)
@@ -154,6 +154,7 @@ do_stat (void)
                printf ("\n");
        }
 
+       fflush(stdout); 
        last = timenow();
 }