aboutsummaryrefslogtreecommitdiffstats
path: root/include/timestamp.h
diff options
context:
space:
mode:
authorJonathan Herman <hermanjl@cs.unc.edu>2012-10-07 22:22:03 -0400
committerJonathan Herman <hermanjl@cs.unc.edu>2012-10-07 22:22:03 -0400
commit4021c90126844cdab2bc5eef7e1ef16c5aa3b36d (patch)
treef03d80b8506f714dd42249a7210cd75b88a3c36d /include/timestamp.h
parent88dc12391b14d62011f382a6556da0529e9afdc7 (diff)
parentfc6f91abc9cf80350b756547c8fb9fc5cbdcbddc (diff)
Merge remote-tracking branch 'remotes/mpi/master' into wip-mc
Conflicts: src/ft2csv.c src/ftdump.c
Diffstat (limited to 'include/timestamp.h')
-rw-r--r--include/timestamp.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/timestamp.h b/include/timestamp.h
index 64a0f23..81d7a79 100644
--- a/include/timestamp.h
+++ b/include/timestamp.h
@@ -17,7 +17,9 @@ struct timestamp {
17 uint32_t seq_no; 17 uint32_t seq_no;
18 uint8_t cpu; 18 uint8_t cpu;
19 uint8_t event; 19 uint8_t event;
20 uint8_t task_type; 20 uint8_t task_type:3;
21 uint8_t irq_flag:1;
22 uint8_t irq_count:4;
21}; 23};
22 24
23typedef uint32_t cmd_t; 25typedef uint32_t cmd_t;