diff options
author | Mac Mollison <mollison@cs.unc.edu> | 2010-10-11 10:51:56 -0400 |
---|---|---|
committer | Mac Mollison <mollison@cs.unc.edu> | 2010-10-11 10:51:56 -0400 |
commit | 76e1cc4c14dbb976df0b5cd97d7ef50920d4b597 (patch) | |
tree | e0002e62b3c522a83548948bf4b7890ac09b28e9 /include/litmus/rt_param.h | |
parent | fac262896daa4d7b3252fef7345b367f33998b49 (diff) |
cosmeticwip-mcrit-mac
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 17f7dcbc1e24..9adfdeb9bd6e 100644 --- a/include/litmus/rt_param.h +++ b/include/litmus/rt_param.h | |||
@@ -48,7 +48,7 @@ struct rt_task { | |||
48 | unsigned int cpu; | 48 | unsigned int cpu; |
49 | task_class_t cls; | 49 | task_class_t cls; |
50 | budget_policy_t budget_policy; /* ignored by pfair */ | 50 | budget_policy_t budget_policy; /* ignored by pfair */ |
51 | crit_level_t crit; | 51 | crit_level_t crit; |
52 | }; | 52 | }; |
53 | 53 | ||
54 | /* The definition of the data that is shared between the kernel and real-time | 54 | /* The definition of the data that is shared between the kernel and real-time |