Fix issue with cpu_id and numa_code captured too early
[vpp.git] / src / vlib / main.h
index 4c6d0f4..c6786d8 100644 (file)
@@ -176,7 +176,7 @@ typedef struct vlib_main_t
 
   /* thread, cpu and numa_node indices */
   u32 thread_index;
-  u32 cpu_index;
+  u32 cpu_id;
   u32 numa_node;
 
   /* List of init functions to call, setup by constructors */