diff options
author | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-05-15 12:19:02 -0400 |
---|---|---|
committer | Jonathan Herman <hermanjl@cs.unc.edu> | 2012-05-15 12:19:02 -0400 |
commit | 5b2b006507f91f9beeb9538698018fb61d36caf0 (patch) | |
tree | 4f69139693bbe290d1e0fe0d19d918aa950f3850 /include/litmus/rt_param.h | |
parent | 480a2018363a3ef87e4b2cc93c83d007fef565e1 (diff) |
Chunking for locking protocol
Diffstat (limited to 'include/litmus/rt_param.h')
-rw-r--r-- | include/litmus/rt_param.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h index 91fa107cafb5..003eaf32aa7f 100644 --- a/include/litmus/rt_param.h +++ b/include/litmus/rt_param.h | |||
@@ -231,6 +231,7 @@ struct rt_param { | |||
231 | #ifdef CONFIG_PLUGIN_COLOR | 231 | #ifdef CONFIG_PLUGIN_COLOR |
232 | lt_t max_exec_time; | 232 | lt_t max_exec_time; |
233 | lt_t tot_exec_time; | 233 | lt_t tot_exec_time; |
234 | lt_t last_exec_time; | ||
234 | struct color_ctrl_page *color_ctrl_page; | 235 | struct color_ctrl_page *color_ctrl_page; |
235 | struct dgl_group_req *req; | 236 | struct dgl_group_req *req; |
236 | #endif | 237 | #endif |