aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/litmus.h1
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);
13int get_rt_task_param(pid_t pid, struct rt_task* param); 13int 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 */
16int sporadic_task(unsigned long exec_cost, unsigned long period, 17int 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