diff options
Diffstat (limited to 'src/task.c')
-rw-r--r-- | src/task.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ int __create_rt_task_edffm(rt_fn_t rt_prog, void *arg, int cpu, int wcet, | |||
70 | } | 70 | } |
71 | 71 | ||
72 | int __create_rt_task_npsf(rt_fn_t rt_prog, void *arg, int cpu, int wcet, | 72 | int __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; |