From: behlendo Date: Fri, 28 Feb 2003 03:31:35 +0000 (+0000) Subject: - Flush every line so it works better with pdsh X-Git-Tag: v1_7_110~2^11~169 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=3fc3bebf4139d3d90e719a38e0184bfa775496f5;p=fs%2Flustre-release.git - Flush every line so it works better with pdsh --- diff --git a/lustre/utils/obdstat.c b/lustre/utils/obdstat.c index 1e23a31..01085b9 100644 --- a/lustre/utils/obdstat.c +++ b/lustre/utils/obdstat.c @@ -154,6 +154,7 @@ do_stat (void) printf ("\n"); } + fflush(stdout); last = timenow(); }