X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fip%2Fip4.h;h=cb78bfbe35609b5530a1bb71b2ac43c4faadd0a1;hb=2de5fc03ff698a2c764de9fa5698ca98959565f1;hp=6e13cc8ea3e9bb4e339ad8d669f07fdc6d25cdf6;hpb=ab57edb8d27ddf0fb30cd0f4ae5290c06f301599;p=vpp.git diff --git a/src/vnet/ip/ip4.h b/src/vnet/ip/ip4.h index 6e13cc8ea3e..cb78bfbe356 100644 --- a/src/vnet/ip/ip4.h +++ b/src/vnet/ip/ip4.h @@ -42,6 +42,7 @@ #include #include +#include #include #include #include @@ -163,12 +164,6 @@ 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; - /** ARP throttling */ throttle_t arp_throttle;