diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-10-07 22:22:03 -0400 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-10-07 22:22:03 -0400 |
commit | 4021c90126844cdab2bc5eef7e1ef16c5aa3b36d (patch) | |
tree | f03d80b8506f714dd42249a7210cd75b88a3c36d /include/timestamp.h | |
parent | 88dc12391b14d62011f382a6556da0529e9afdc7 (diff) | |
parent | fc6f91abc9cf80350b756547c8fb9fc5cbdcbddc (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.h | 4 |
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 | ||
23 | typedef uint32_t cmd_t; | 25 | typedef uint32_t cmd_t; |