aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/litmus/trace.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/litmus/trace.h b/include/litmus/trace.h
index c340d4408d..ad7a782a97 100644
--- a/include/litmus/trace.h
+++ b/include/litmus/trace.h
@@ -10,10 +10,10 @@
10/*********************** TIMESTAMPS ************************/ 10/*********************** TIMESTAMPS ************************/
11 11
12struct timestamp { 12struct timestamp {
13 unsigned long event; 13 uint64_t timestamp;
14 unsigned long long timestamp; 14 uint32_t seq_no;
15 unsigned int seq_no; 15 uint16_t cpu;
16 int cpu; 16 uint16_t event;
17}; 17};
18 18
19 19