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