aboutsummaryrefslogtreecommitdiffstats
path: root/rt-graph.h
diff options
context:
space:
mode:
Diffstat (limited to 'rt-graph.h')
-rw-r--r--rt-graph.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rt-graph.h b/rt-graph.h
index 2b77c6e..b1453fd 100644
--- a/rt-graph.h
+++ b/rt-graph.h
@@ -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];