aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2009-04-11 14:34:35 -0400
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2009-04-11 14:34:35 -0400
commitef704962284a3b3548a4206f451e63e86a72a77f (patch)
tree2ec6c4cff951b6639e3b44163f4abbc98a4560dc /include
parent35a6b23a6e08f665f464bbc6a0d7c231b17cdbff (diff)
litmus core: fix CPU time accounting
Tell Linux how much time each RT task consumed. This fixes the behavior of CPU timers and tools like top.
Diffstat (limited to 'include')
-rw-r--r--include/litmus/rt_param.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h
index a0d5de2aa5..c599f848d1 100644
--- a/include/litmus/rt_param.h
+++ b/include/litmus/rt_param.h
@@ -59,9 +59,6 @@ struct rt_job {
59 * Increase this sequence number when a job is released. 59 * Increase this sequence number when a job is released.
60 */ 60 */
61 unsigned int job_no; 61 unsigned int job_no;
62
63 /* when did this job start executing? */
64 lt_t exec_start;
65}; 62};
66 63
67 64