diff options
Diffstat (limited to 'src/vlib/unix/cj.h')
-rw-r--r-- | src/vlib/unix/cj.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vlib/unix/cj.h b/src/vlib/unix/cj.h index 67626afee2b..d0a1d46ee99 100644 --- a/src/vlib/unix/cj.h +++ b/src/vlib/unix/cj.h @@ -23,7 +23,7 @@ typedef struct { f64 time; - u32 cpu; + u32 thread_index; u32 type; u64 data[2]; } cj_record_t; |