aboutsummaryrefslogtreecommitdiffstats
path: root/src/task.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/task.c')
-rw-r--r--src/task.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/task.c b/src/task.c
index c88c16b..9f6db5e 100644
--- a/src/task.c
+++ b/src/task.c
@@ -70,7 +70,7 @@ int __create_rt_task_edffm(rt_fn_t rt_prog, void *arg, int cpu, int wcet,
70} 70}
71 71
72int __create_rt_task_npsf(rt_fn_t rt_prog, void *arg, int cpu, int wcet, 72int __create_rt_task_npsf(rt_fn_t rt_prog, void *arg, int cpu, int wcet,
73 int period, task_class_t class, int npsf_id) 73 int period, int npsf_id, task_class_t class)
74{ 74{
75 struct rt_task params; 75 struct rt_task params;
76 params.cpu = cpu; 76 params.cpu = cpu;