]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/rte_log.h
add FILE argument to debug functions
[dpdk.git] / lib / librte_eal / common / include / rte_log.h
index dd61331317d30907021b41f760f686fab6b3df60..3d44dedc623cb78e456910d1ed3d31908c7f9808 100644 (file)
@@ -173,9 +173,12 @@ int rte_log_cur_msg_logtype(void);
 void rte_log_set_history(int enable);
 
 /**
- * Dump the log history to the console.
+ * Dump the log history to a file
+ *
+ * @param f
+ *   A pointer to a file for output
  */
-void rte_log_dump_history(void);
+void rte_log_dump_history(FILE *f);
 
 /**
  * Add a log message to the history.