vlib: split vlib_main_t into global and per-thread
[vpp.git] / src / vlib / vlib.h
index 7087325..36f8a36 100644 (file)
@@ -49,6 +49,7 @@
 
 /* Forward declarations of structs to avoid circular dependencies. */
 struct vlib_main_t;
+struct vlib_global_main_t;
 typedef u32 vlib_log_class_t;
 
 /* All includes in alphabetical order. */