diff options
| author | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-02-04 15:43:26 -0500 |
|---|---|---|
| committer | Bjoern B. Brandenburg <bbb@cs.unc.edu> | 2008-02-04 15:43:26 -0500 |
| commit | 005115e1da60fee3ee01d320fe1de4645cc95bfd (patch) | |
| tree | 020f0a557656ff3c3cf7b6ad9286ec85b8df9cf8 /include | |
| parent | 1a9b44a9c6ba2b6c089e1ec73905d117b9e25714 (diff) | |
change to nanosecond resolution time accounting
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 | ||
