aboutsummaryrefslogtreecommitdiffstats
path: root/bin/rtspin.c
diff options
context:
space:
mode:
Diffstat (limited to 'bin/rtspin.c')
-rw-r--r--bin/rtspin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/rtspin.c b/bin/rtspin.c
index aa97745..f291869 100644
--- a/bin/rtspin.c
+++ b/bin/rtspin.c
@@ -221,7 +221,7 @@ int main(int argc, char** argv)
221 bail_out("could not migrate to target partition"); 221 bail_out("could not migrate to target partition");
222 } 222 }
223 223
224 ret = sporadic_task_ns(wcet, period, 0, cpu, class, migrate); 224 ret = sporadic_task_ns(wcet, period, 0, cpu, class, NO_ENFORCEMENT, migrate);
225 225
226 if (ret < 0) 226 if (ret < 0)
227 bail_out("could not setup rt task params"); 227 bail_out("could not setup rt task params");