summaryrefslogtreecommitdiff
path: root/ace/Sched_Params.h
diff options
context:
space:
mode:
authorcoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-12 21:47:04 +0000
committercoryan <coryan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-10-12 21:47:04 +0000
commita033a40ff39c2172b517fa6413ea4902f6cd20c2 (patch)
treed93c790742519ecdce61353423fb977de0b46233 /ace/Sched_Params.h
parent4b481a20d9d696d71b31fa67bca25e0f4debee66 (diff)
downloadATCD-a033a40ff39c2172b517fa6413ea4902f6cd20c2.tar.gz
ChangeLogTag:Sun Oct 12 16:45:47 1997 Carlos O'Ryan <coryan@macarena.cs.wustl.edu>
Diffstat (limited to 'ace/Sched_Params.h')
-rw-r--r--ace/Sched_Params.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/ace/Sched_Params.h b/ace/Sched_Params.h
index b210bceb3ff..4be60222164 100644
--- a/ace/Sched_Params.h
+++ b/ace/Sched_Params.h
@@ -184,11 +184,18 @@ public:
// Accessor for the scheduling
private:
- // @@ Please comment me.
ACE_Sched_Params::Policy policy_;
int scope_;
+ // The Scheduling policy (FIFO, RR, etc.) and scheduling scope
+ // (PROCESS, SYSTEM) we are iterating on.
+
int priority_;
+ // The current priority.
+
int done_;
+ // This is set to 1 when there are no more priorities. Cannot easily
+ // compare against the highest priority on platforms were priorities
+ // are non-contigous or descending.
};
#if defined (__ACE_INLINE__)