diff options
author | Bjoern Brandenburg <bbb@mpi-sws.org> | 2013-06-08 14:05:29 -0400 |
---|---|---|
committer | Bjoern Brandenburg <bbb@mpi-sws.org> | 2013-06-08 18:13:43 -0400 |
commit | 4928cb8f9b596dde0f977bd8924a28dd38541f5f (patch) | |
tree | 9d56efc55b291a8fe353bf84e29b2fbbdbfa0343 /include | |
parent | d671324496bed1cd10fbdf425f049eae11efde14 (diff) |
Add testcase for admission of suspended tasks
The kernel needs to be able to deal with tasks that do not make
themselves a real-time task, but get configured by some other task
instead.
Diffstat (limited to 'include')
-rw-r--r-- | include/litmus.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/litmus.h b/include/litmus.h index 1009805..ef3fef3 100644 --- a/include/litmus.h +++ b/include/litmus.h | |||
@@ -18,6 +18,8 @@ extern "C" { | |||
18 | 18 | ||
19 | #include "migration.h" | 19 | #include "migration.h" |
20 | 20 | ||
21 | #define SCHED_LITMUS 6 | ||
22 | |||
21 | void init_rt_task_param(struct rt_task* param); | 23 | void init_rt_task_param(struct rt_task* param); |
22 | int set_rt_task_param(pid_t pid, struct rt_task* param); | 24 | int set_rt_task_param(pid_t pid, struct rt_task* param); |
23 | int get_rt_task_param(pid_t pid, struct rt_task* param); | 25 | int get_rt_task_param(pid_t pid, struct rt_task* param); |