pcap: fix Tx mbuf corruption
[dpdk.git] / app / test / test_timer.c
index 3945ed8..0eba5f7 100644 (file)
 #include <sys/queue.h>
 #include <math.h>
 
-#include <cmdline_parse.h>
-
 #include <rte_common.h>
 #include <rte_log.h>
 #include <rte_memory.h>
@@ -517,7 +515,7 @@ test_timer(void)
                rte_timer_stop_sync(&mytiminfo[i].tim);
        }
 
-       rte_timer_dump_stats();
+       rte_timer_dump_stats(stdout);
 
        return 0;
 }