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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h
index 003eaf32aa7f..ef9f1fb77c5b 100644
--- a/include/litmus/rt_param.h
+++ b/include/litmus/rt_param.h
@@ -228,6 +228,11 @@ struct rt_param {
228 /* Pointer to the page shared between userspace and kernel. */ 228 /* Pointer to the page shared between userspace and kernel. */
229 struct control_page * ctrl_page; 229 struct control_page * ctrl_page;
230 230
231
232 lt_t total_tardy;
233 lt_t max_tardy;
234 unsigned int missed;
235
231#ifdef CONFIG_PLUGIN_COLOR 236#ifdef CONFIG_PLUGIN_COLOR
232 lt_t max_exec_time; 237 lt_t max_exec_time;
233 lt_t tot_exec_time; 238 lt_t tot_exec_time;