diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-09-21 11:14:41 -0400 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-09-21 11:14:41 -0400 |
commit | 15f952eca67215e7bf1b28ae323635b0882135e2 (patch) | |
tree | f1315b4b83149eacb12ad4ae63825ff910160ec4 /rt-graph.h | |
parent | 096d4a1070fd067ab6e36f272c812616f266bb5e (diff) |
cleanup
Diffstat (limited to 'rt-graph.h')
-rw-r--r-- | rt-graph.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ struct rt_graph_info { | |||
24 | /* For ignoring records before system release */ | 24 | /* For ignoring records before system release */ |
25 | gboolean clean_records; | 25 | gboolean clean_records; |
26 | long long start_time; | 26 | long long start_time; |
27 | long long end_time; | ||
28 | gdouble start_offset; | ||
29 | gdouble duration; | ||
27 | 30 | ||
28 | /* List of all real-time tasks */ | 31 | /* List of all real-time tasks */ |
29 | struct task_list *tasks[TASK_HASH_SIZE]; | 32 | struct task_list *tasks[TASK_HASH_SIZE]; |