- 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:
parent
cb3305c425
commit
899e20323a
5 changed files with 94 additions and 37 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue