diff options
author | Geoffrey <geoffret@usc.edu> | 2015-12-08 19:04:58 -0500 |
---|---|---|
committer | Geoffrey <geoffret@usc.edu> | 2015-12-08 19:04:58 -0500 |
commit | 0ccca2efed878ed7ebdda8aa546925dc7fcb7335 (patch) | |
tree | 84478679799003372f7efb570855e8c9b100dba4 /include/litmus | |
parent | a17f532bb1056742dc0ebbb6182bda063836316d (diff) |
Adds deadline field to control page and updates it when setting up jobs for release.
Diffstat (limited to 'include/litmus')
-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 7b9a90965c25..4bfd59f82c94 100644 --- a/include/litmus/rt_param.h +++ b/include/litmus/rt_param.h | |||
@@ -122,6 +122,7 @@ struct control_page { | |||
122 | * started. */ | 122 | * started. */ |
123 | 123 | ||
124 | /* to be extended */ | 124 | /* to be extended */ |
125 | lt_t deadline; /* Deadline for the currently executing job */ | ||
125 | }; | 126 | }; |
126 | 127 | ||
127 | /* Expected offsets within the control page. */ | 128 | /* Expected offsets within the control page. */ |