From 3fc3bebf4139d3d90e719a38e0184bfa775496f5 Mon Sep 17 00:00:00 2001 From: behlendo Date: Fri, 28 Feb 2003 03:31:35 +0000 Subject: [PATCH] - Flush every line so it works better with pdsh --- lustre/utils/obdstat.c | 1 + 1 file changed, 1 insertion(+) 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(); } -- 1.8.3.1