X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=lib%2Flibrte_eal%2Fcommon%2Fmalloc_mp.h;h=0095062b72f2ebf77eb0b50e52ac78b99f6da491;hb=e863fe3a13da89787fdf3b5c590101a3c0f10af6;hp=2b86b76f6848578cda7025cc72e9a358c76ae214;hpb=07dcbfe0101f8acc15c89b8fa5750d4f7d1134fe;p=dpdk.git diff --git a/lib/librte_eal/common/malloc_mp.h b/lib/librte_eal/common/malloc_mp.h index 2b86b76f68..0095062b72 100644 --- a/lib/librte_eal/common/malloc_mp.h +++ b/lib/librte_eal/common/malloc_mp.h @@ -30,7 +30,7 @@ enum malloc_req_result { }; struct malloc_req_alloc { - struct malloc_heap *heap; + uint32_t malloc_heap_idx; uint64_t page_sz; size_t elt_size; int socket; @@ -46,7 +46,7 @@ struct malloc_req_free { void *addr; uint64_t addr_64; }; - uint64_t len; + size_t len; }; struct malloc_mp_req {