diff options
author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-01-22 11:20:27 -0500 |
---|---|---|
committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-01-22 11:20:27 -0500 |
commit | b9245ec5694dbc690b004f16e525a92db348943f (patch) | |
tree | b0f29f1dfcb99501bbe51e296799bfef97e01fc7 /include/litmus.h | |
parent | cfba01b0673c5d5572c46e5d32819a60b2dbff3c (diff) |
[API] rename task_mode_transition() and don't exit on error
Diffstat (limited to 'include/litmus.h')
-rw-r--r-- | include/litmus.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/litmus.h b/include/litmus.h index b0095e3..343aab3 100644 --- a/include/litmus.h +++ b/include/litmus.h | |||
@@ -152,7 +152,7 @@ enum rt_task_mode_t { | |||
152 | BACKGROUND_TASK = 0, | 152 | BACKGROUND_TASK = 0, |
153 | LITMUS_RT_TASK = 1 | 153 | LITMUS_RT_TASK = 1 |
154 | }; | 154 | }; |
155 | int task_mode_transition(int target_mode); | 155 | int task_mode(int target_mode); |
156 | 156 | ||
157 | 157 | ||
158 | const char* get_scheduler_name(spolicy scheduler); | 158 | const char* get_scheduler_name(spolicy scheduler); |