]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_ivshmem/rte_ivshmem.h
add FILE argument to debug functions
[dpdk.git] / lib / librte_ivshmem / rte_ivshmem.h
index 9ff54bb81e31d0b0053075f439210fdc53fed0eb..0eda545140efd511d375f377b5eccc861cf0f43b 100644 (file)
@@ -150,10 +150,12 @@ int rte_ivshmem_metadata_cmdline_generate(char *buffer, unsigned size,
 /**
  * Dump all metadata entries from a given metadata file to the console.
  *
+ * @param f
+ *   A pointer to a file for output
  * @name
  *  Name of the metadata file to be dumped to console.
  */
-void rte_ivshmem_metadata_dump(const char *name);
+void rte_ivshmem_metadata_dump(FILE *f, const char *name);
 
 
 #ifdef __cplusplus