aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorChristopher Kenna <cjk@cs.unc.edu>2012-05-06 21:37:20 -0400
committerBryan Ward <bcw@cs.unc.edu>2013-04-16 14:37:11 -0400
commit080c188bbdb433e6cf7139dd6486f8578ad46029 (patch)
tree9e9b0254de2df7f9a9d8e8b1e68c96a52cc03570 /include
parent47fd5923596859cf71a1cab1a0271b5acf45fedb (diff)
Add the time to the task_exit event
Diffstat (limited to 'include')
-rw-r--r--include/litmus/sched_trace.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/litmus/sched_trace.h b/include/litmus/sched_trace.h
index 098df0653172..c71a08ab552e 100644
--- a/include/litmus/sched_trace.h
+++ b/include/litmus/sched_trace.h
@@ -81,8 +81,8 @@ struct st_sys_release_data {
81}; 81};
82 82
83struct st_task_exit_data { 83struct st_task_exit_data {
84 u64 when;
84 u64 max_exec_time; 85 u64 max_exec_time;
85 u64 __unused;
86}; 86};
87 87
88#define DATA(x) struct st_ ## x ## _data x; 88#define DATA(x) struct st_ ## x ## _data x;