Use thread local storage for thread index
[vpp.git] / src / vlib / unix / cj.h
index 67626af..d0a1d46 100644 (file)
@@ -23,7 +23,7 @@
 typedef struct
 {
   f64 time;
-  u32 cpu;
+  u32 thread_index;
   u32 type;
   u64 data[2];
 } cj_record_t;