aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus.h
diff options
context:
space:
mode:
authorBjoern B. Brandenburg <bbb@cs.unc.edu>2008-01-22 11:20:27 -0500
committerBjoern B. Brandenburg <bbb@cs.unc.edu>2008-01-22 11:20:27 -0500
commitb9245ec5694dbc690b004f16e525a92db348943f (patch)
treeb0f29f1dfcb99501bbe51e296799bfef97e01fc7 /include/litmus.h
parentcfba01b0673c5d5572c46e5d32819a60b2dbff3c (diff)
[API] rename task_mode_transition() and don't exit on error
Diffstat (limited to 'include/litmus.h')
-rw-r--r--include/litmus.h2
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};
155int task_mode_transition(int target_mode); 155int task_mode(int target_mode);
156 156
157 157
158const char* get_scheduler_name(spolicy scheduler); 158const char* get_scheduler_name(spolicy scheduler);