]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/rte_memzone.h
add FILE argument to debug functions
[dpdk.git] / lib / librte_eal / common / include / rte_memzone.h
index 5e29ff1b15ea9add1dcfba9fbaac804c016075c8..100233b85cfd834dbabc9b91fd3eb3f9d876f63d 100644 (file)
@@ -51,6 +51,7 @@
  * be done at initialization time only.
  */
 
+#include <stdio.h>
 #include <rte_memory.h>
 
 #ifdef __cplusplus
@@ -245,8 +246,11 @@ const struct rte_memzone *rte_memzone_lookup(const char *name);
 
 /**
  * Dump all reserved memzones to the console.
+ *
+ * @param f
+ *   A pointer to a file for output
  */
-void rte_memzone_dump(void);
+void rte_memzone_dump(FILE *);
 
 #ifdef __cplusplus
 }