mem: detach memsegs on cleanup
[dpdk.git] / lib / librte_eal / windows / eal_memalloc.c
index d8cae3e..85a9712 100644 (file)
@@ -437,6 +437,13 @@ eal_memalloc_sync_with_primary(void)
        return -1;
 }
 
+int
+eal_memalloc_cleanup(void)
+{
+       /* not implemented */
+       return 0;
+}
+
 int
 eal_memalloc_init(void)
 {