]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_timer/rte_timer.h
add FILE argument to debug functions
[dpdk.git] / lib / librte_timer / rte_timer.h
index c5f936bbfbfd103d4afb9335258a6cbc43896b5f..70f05736ad1886d04e871c070870d411ebdf8b1f 100755 (executable)
@@ -63,6 +63,7 @@
  * design of this library.
  */
 
+#include <stdio.h>
 #include <stdint.h>
 #include <stddef.h>
 
@@ -321,8 +322,11 @@ void rte_timer_manage(void);
 
 /**
  * Dump statistics about timers.
+ *
+ * @param f
+ *   A pointer to a file for output
  */
-void rte_timer_dump_stats(void);
+void rte_timer_dump_stats(FILE *f);
 
 #ifdef __cplusplus
 }