New upstream version 17.11.1
[deb_dpdk.git] / lib / librte_eal / common / malloc_heap.h
index 3ccbef0..3b1166f 100644 (file)
@@ -57,7 +57,7 @@ malloc_heap_alloc(struct malloc_heap *heap,   const char *type, size_t size,
                unsigned flags, size_t align, size_t bound);
 
 int
-malloc_heap_get_stats(const struct malloc_heap *heap,
+malloc_heap_get_stats(struct malloc_heap *heap,
                struct rte_malloc_socket_stats *socket_stats);
 
 int