]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/rte_memory.h
add FILE argument to debug functions
[dpdk.git] / lib / librte_eal / common / include / rte_memory.h
index 4f04f4a9d1281cbb46012dc4feea4488f4f3e0c7..13138121d39fd2655267cc77740f602c419e185b 100644 (file)
@@ -139,8 +139,11 @@ const struct rte_memseg *rte_eal_get_physmem_layout(void);
 
 /**
  * Dump the physical memory layout to the console.
+ *
+ * @param f
+ *   A pointer to a file for output
  */
-void rte_dump_physmem_layout(void);
+void rte_dump_physmem_layout(FILE *f);
 
 /**
  * Get the total amount of available physical memory.