aboutsummaryrefslogtreecommitdiffstats
path: root/rt-plot-task.h
diff options
context:
space:
mode:
Diffstat (limited to 'rt-plot-task.h')
-rw-r--r--rt-plot-task.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/rt-plot-task.h b/rt-plot-task.h
index 7cdda67..a66de39 100644
--- a/rt-plot-task.h
+++ b/rt-plot-task.h
@@ -7,7 +7,6 @@ struct rt_task_info {
7 struct task_plot_info base; 7 struct task_plot_info base;
8 8
9 int pid; 9 int pid;
10
11 unsigned long long wcet; 10 unsigned long long wcet;
12 unsigned long long period; 11 unsigned long long period;
13 12
@@ -17,6 +16,9 @@ struct rt_task_info {
17 int last_job; 16 int last_job;
18 int last_cpu; 17 int last_cpu;
19 18
19 /* Used to get around bugs(ish) */
20 unsigned long long first_rels[3];
21
20 gboolean params_found; 22 gboolean params_found;
21 char *label; 23 char *label;
22}; 24};