]> git.droids-corp.org - dpdk.git/blobdiff - lib/librte_eal/common/include/rte_malloc_heap.h
memory: malloc now supports multi process
[dpdk.git] / lib / librte_eal / common / include / rte_malloc_heap.h
index 3389f370ab578b8405a4b1ef459e24e12adcfe1a..d5ea63ee04a9d4011bd224c525d06be35de5ca01 100644 (file)
 #define _RTE_MALLOC_HEAP_H_
 
 #include <stddef.h>
+#include <rte_spinlock.h>
 
 enum heap_state {
        NOT_INITIALISED = 0,
+       INITIALISING,
        INITIALISED
 };