diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-02-01 17:32:21 -0500 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2011-02-01 17:32:21 -0500 |
commit | 9bb49f8af1238b5c595b8dd3596453c0ba7eafaa (patch) | |
tree | 7135556c5b8286c994364bcd7f2a5618d23891fd /include/sched_trace.h | |
parent | bb7de78222a2c95e8a5c97c3b0400d0bf3d7510e (diff) |
Diffstat (limited to 'include/sched_trace.h')
-rw-r--r-- | include/sched_trace.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sched_trace.h b/include/sched_trace.h index 8bdd253..04d5743 100644 --- a/include/sched_trace.h +++ b/include/sched_trace.h | |||
@@ -94,6 +94,7 @@ typedef enum { | |||
94 | ST_COMPLETION, | 94 | ST_COMPLETION, |
95 | ST_BLOCK, | 95 | ST_BLOCK, |
96 | ST_RESUME, | 96 | ST_RESUME, |
97 | ST_ACTION, | ||
97 | ST_SYS_RELEASE, | 98 | ST_SYS_RELEASE, |
98 | } st_event_record_type_t; | 99 | } st_event_record_type_t; |
99 | 100 | ||