]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/eal_private.h
mem: detach memsegs on cleanup
[dpdk.git] / lib / librte_eal / common / eal_private.h
index 4684c4c7df195ff328c980184055f42579ef06b1..b8a0d200210f4d6b3a520213336d5fd73c2d29b5 100644 (file)
@@ -433,6 +433,13 @@ int rte_eal_hugepage_init(void);
  */
 int rte_eal_hugepage_attach(void);
 
+/**
+ * Detaches all memory mappings from a process.
+ *
+ * This function is private to the EAL.
+ */
+int rte_eal_memory_detach(void);
+
 /**
  * Find a bus capable of identifying a device.
  *