aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus.h
diff options
context:
space:
mode:
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 c76f36e..632b9e1 100644
--- a/include/litmus.h
+++ b/include/litmus.h
@@ -84,7 +84,7 @@ typedef int (*rt_fn_t)(void*);
84 84
85/* These two functions configure the RT task to use enforced exe budgets */ 85/* These two functions configure the RT task to use enforced exe budgets */
86int create_rt_task(rt_fn_t rt_prog, void *arg, int cpu, int wcet, int period); 86int create_rt_task(rt_fn_t rt_prog, void *arg, int cpu, int wcet, int period);
87int __create_rt_task(rt_fn_t rt_prog, void *arg, int cpu, int wcet, 87int __create_rt_task(rt_fn_t rt_prog, void *arg, int cpu, crit_level_t crit, int wcet,
88 int period, task_class_t cls); 88 int period, task_class_t cls);
89 89
90/* per-task modes */ 90/* per-task modes */