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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/rt-plot-task.h b/rt-plot-task.h
index ddbfb1c..0056434 100644
--- a/rt-plot-task.h
+++ b/rt-plot-task.h
@@ -13,8 +13,10 @@ struct rt_task_info {
13 /* For drawing squares */ 13 /* For drawing squares */
14 unsigned long long run_time; 14 unsigned long long run_time;
15 int run_cpu; 15 int run_cpu;
16
16 unsigned long long block_time; 17 unsigned long long block_time;
17 int block_cpu; 18 int block_cpu;
19 int block_lid;
18 20
19 /* For managing state */ 21 /* For managing state */
20 int last_job; 22 int last_job;
@@ -25,6 +27,7 @@ struct rt_task_info {
25 gboolean params_found; 27 gboolean params_found;
26 gboolean fresh; 28 gboolean fresh;
27 char *label; 29 char *label;
30 char *block_label;
28}; 31};
29 32
30const struct plot_callbacks rt_task_cb; 33const struct plot_callbacks rt_task_cb;