commit 1f43dc21858947527d3463c33421338815adf6d1 parent d1c5d4717203090746e25bad767c41414b46e837 Author: sin <sin@2f30.org> Date: Tue, 23 Feb 2016 10:35:37 +0000 fflush stdout so output is available even when not line buffered Diffstat:
M | sbm.c | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/sbm.c b/sbm.c @@ -183,6 +183,7 @@ print(char *ifname, uint64_t rxbits, uint64_t txbits, txsuffix, (unsigned long long)rxpps, (unsigned long long)txpps); + fflush(stdout); } int