examples: add flush after stats printing
[dpdk.git] / examples / link_status_interrupt / main.c
index 25efe2b..9bbcadf 100644 (file)
@@ -162,6 +162,8 @@ print_stats(void)
                   total_packets_rx,
                   total_packets_dropped);
        printf("\n====================================================\n");
+
+       fflush(stdout);
 }
 
 static void