diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/litmus.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/litmus.h b/include/litmus.h index cf39f80..b10abff 100644 --- a/include/litmus.h +++ b/include/litmus.h | |||
@@ -13,6 +13,7 @@ int set_rt_task_param(pid_t pid, struct rt_task* param); | |||
13 | int get_rt_task_param(pid_t pid, struct rt_task* param); | 13 | int get_rt_task_param(pid_t pid, struct rt_task* param); |
14 | 14 | ||
15 | /* setup helper */ | 15 | /* setup helper */ |
16 | /* times are givin in ms */ | ||
16 | int sporadic_task(unsigned long exec_cost, unsigned long period, | 17 | int sporadic_task(unsigned long exec_cost, unsigned long period, |
17 | int partition, task_class_t cls); | 18 | int partition, task_class_t cls); |
18 | 19 | ||