aboutsummaryrefslogtreecommitdiffstats
path: root/include/litmus/aux_tasks.h
diff options
context:
space:
mode:
authorGlenn Elliott <gelliott@cs.unc.edu>2012-09-16 17:44:37 -0400
committerGlenn Elliott <gelliott@cs.unc.edu>2012-09-16 17:44:37 -0400
commit4e8f9b7c2e9134ca31feb91dee3609a95df6de56 (patch)
tree1e7a115068299b0fce7b8369731ed74bffa1a3c7 /include/litmus/aux_tasks.h
parent4ad6ba08f0dab67bbd89a26b27f1cc86e3c45c13 (diff)
Implement real-time aux threads. G-EDF only.
Diffstat (limited to 'include/litmus/aux_tasks.h')
-rw-r--r--include/litmus/aux_tasks.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/litmus/aux_tasks.h b/include/litmus/aux_tasks.h
index 8e50ac85b082..3bb6b26fef09 100644
--- a/include/litmus/aux_tasks.h
+++ b/include/litmus/aux_tasks.h
@@ -3,8 +3,6 @@
3 3
4struct task_struct; 4struct task_struct;
5 5
6#define MAGIC_AUX_TASK_PERIOD ~((lt_t)0)
7
8/* admit an aux task with default parameters */ 6/* admit an aux task with default parameters */
9//int admit_aux_task(struct task_struct *t); 7//int admit_aux_task(struct task_struct *t);
10 8
@@ -30,4 +28,4 @@ int aux_task_owner_increase_priority(struct task_struct *t);
30/* call when an aux_owner decreases its priority */ 28/* call when an aux_owner decreases its priority */
31int aux_task_owner_decrease_priority(struct task_struct *t); 29int aux_task_owner_decrease_priority(struct task_struct *t);
32 30
33#endif \ No newline at end of file 31#endif