aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/rt_param.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/litmus/rt_param.h')
-rw-r--r--include/litmus/rt_param.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h
index 28a4d538a2ac..1ee65e19d7b7 100644
--- a/include/litmus/rt_param.h
+++ b/include/litmus/rt_param.h
@@ -275,6 +275,7 @@ struct rt_param {
275 lt_t max_exec_time; 275 lt_t max_exec_time;
276 lt_t tot_exec_time; 276 lt_t tot_exec_time;
277 lt_t last_exec_time; 277 lt_t last_exec_time;
278 lt_t orig_cost;
278 struct color_ctrl_page *color_ctrl_page; 279 struct color_ctrl_page *color_ctrl_page;
279 struct dgl_group_req *req; 280 struct dgl_group_req *req;
280}; 281};