- Write some more of Scheduler::step_forward()

- Noted some design lackings, warning the designers


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@706 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-07-04 09:30:45 +00:00
parent cb3305c425
commit 899e20323a
5 changed files with 94 additions and 37 deletions

View file

@ -91,9 +91,11 @@ namespace sgpem
Policy& get_policy();
private:
void prepare_ready_queue(ReadyQueue& queue);
Scheduler(); //private constructor.
ReadyQueue _ready_queue;
ReadyQueue _ready_queue;
PolicyManager& _policy_manager;
};