diff options
author | Glenn Elliott <gelliott@cs.unc.edu> | 2012-07-17 17:23:12 -0400 |
---|---|---|
committer | Glenn Elliott <gelliott@cs.unc.edu> | 2012-07-17 17:26:22 -0400 |
commit | 1c5a2a2cf3b7c99715fffc96cd80bfb03aef6648 (patch) | |
tree | f22a5a79c9baf95174f340b55e68df9a9b55dd7d /include/litmus/rt_param.h | |
parent | 1253e42eae22b6439ac9f3027d01740c95b8dcd6 (diff) |
Revisions based on review comments.
* Simplified jobs.c.
* Fixed bug in density admissions check.
* Renamed rdeadline to be relative_deadline.
Diffstat (limited to 'include/litmus/rt_param.h')
-rw-r--r-- | include/litmus/rt_param.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/litmus/rt_param.h b/include/litmus/rt_param.h index 0ddd8c134533..60d814248685 100644 --- a/include/litmus/rt_param.h +++ b/include/litmus/rt_param.h | |||
@@ -36,7 +36,7 @@ typedef enum { | |||
36 | struct rt_task { | 36 | struct rt_task { |
37 | lt_t exec_cost; | 37 | lt_t exec_cost; |
38 | lt_t period; | 38 | lt_t period; |
39 | lt_t rdeadline; | 39 | lt_t relative_deadline; |
40 | lt_t phase; | 40 | lt_t phase; |
41 | unsigned int cpu; | 41 | unsigned int cpu; |
42 | task_class_t cls; | 42 | task_class_t cls; |