diff options
author | Jeremy Erickson <jerickso@cs.unc.edu> | 2013-01-28 22:28:29 -0500 |
---|---|---|
committer | Jeremy Erickson <jerickso@cs.unc.edu> | 2013-01-28 22:28:29 -0500 |
commit | 6bb644a69dde49ffc8c3fb484a6a3bf81d21181c (patch) | |
tree | 133cbc52dd657efc7ead4c91f89ed5249998416f /bin/fmlp_test_task.c | |
parent | f8ffc9dd7082a677c7d8027985981d8e319b0817 (diff) |
Add support for measurement code from bbbdisswip-splitting-jerickso
Diffstat (limited to 'bin/fmlp_test_task.c')
-rw-r--r-- | bin/fmlp_test_task.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/fmlp_test_task.c b/bin/fmlp_test_task.c index 0ecd5cc..3500326 100644 --- a/bin/fmlp_test_task.c +++ b/bin/fmlp_test_task.c | |||
@@ -186,7 +186,7 @@ void* rt_thread(void *tcontext) | |||
186 | CALL( init_rt_thread() ); | 186 | CALL( init_rt_thread() ); |
187 | 187 | ||
188 | ctx->semaphore = open_fmlp_sem(ctx->fd, 0); | 188 | ctx->semaphore = open_fmlp_sem(ctx->fd, 0); |
189 | CALL( sporadic_task_ns(ctx->exec, ctx->period, 0, ctx->split, 1, | 189 | CALL( sporadic_task_ns(ctx->exec, ctx->period, 0, ctx->split, 1, 0, |
190 | RT_CLASS_HARD, PRECISE_ENFORCEMENT, 1)); | 190 | RT_CLASS_HARD, PRECISE_ENFORCEMENT, 1)); |
191 | 191 | ||
192 | 192 | ||