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 b3d4b37f81e3..6f52fbc81abd 100644
--- a/include/litmus/rt_param.h
+++ b/include/litmus/rt_param.h
@@ -272,6 +272,7 @@ struct rt_param {
272 struct control_page * ctrl_page; 272 struct control_page * ctrl_page;
273 273
274 lt_t max_exec_time; 274 lt_t max_exec_time;
275 lt_t tot_exec_time;
275}; 276};
276 277
277#endif 278#endif