]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/rte_eal_memconfig.h
malloc: allow creating malloc heaps
[dpdk.git] / lib / librte_eal / common / include / rte_eal_memconfig.h
index 36c37b97582a6f975e7fcb796aa9212755239757..a22709f555f7ce755d5503b43f5e1d080b152f12 100644 (file)
@@ -75,6 +75,9 @@ struct rte_mem_config {
        /* Heaps of Malloc */
        struct malloc_heap malloc_heaps[RTE_MAX_HEAPS];
 
+       /* next socket ID for external malloc heap */
+       int next_socket_id;
+
        /* address of mem_config in primary process. used to map shared config into
         * exact same address the primary process maps it.
         */