X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fip%2Fip4.h;h=f7e5fe332b186e8e35e110b0f782debf75f322e9;hb=1ec3652c25c593a7dcaae293b2f7dbed6eb15963;hp=4c5cc054c4a2fe08af0047b70f10b913606661f2;hpb=8716e6bf43b7043790980c6ef0bd21d42b34a2a1;p=vpp.git diff --git a/src/vnet/ip/ip4.h b/src/vnet/ip/ip4.h index 4c5cc054c4a..f7e5fe332b1 100644 --- a/src/vnet/ip/ip4.h +++ b/src/vnet/ip/ip4.h @@ -148,6 +148,12 @@ typedef struct ip4_main_t u8 pad[2]; } host_config; + + /** Heapsize for the Mtries */ + uword mtrie_heap_size; + + /** The memory heap for the mtries */ + void *mtrie_mheap; } ip4_main_t; /** Global ip4 main structure. */