vlib: fix out of memory issue
[vpp.git] / src / vlib / vlib.h
index 49bb51b..8f59cae 100644 (file)
 
 #include <vppinfra/clib.h>
 #include <vppinfra/elf_clib.h>
+#include <vppinfra/callback.h>
 
 /* Generic definitions. */
 #include <vlib/defs.h>
 
 /* Forward declarations of structs to avoid circular dependencies. */
 struct vlib_main_t;
+typedef u32 vlib_log_class_t;
 
 /* All includes in alphabetical order. */
 #include <vlib/physmem.h>
@@ -57,6 +59,7 @@ struct vlib_main_t;
 #include <vlib/error.h>
 #include <vlib/init.h>
 #include <vlib/node.h>
+#include <vlib/punt.h>
 #include <vlib/trace.h>
 #include <vlib/log.h>