- Added Policy::wants() and updated related code. Scheduler::get_ready_queue() still always returns a process queue...

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@615 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
elvez 2006-06-09 16:51:53 +00:00
parent e5b90a39ad
commit 1e75fe91f1
9 changed files with 81 additions and 4 deletions

View file

@ -49,6 +49,7 @@ Scheduler::get_instance()
SchedulableQueue*
Scheduler::get_ready_queue()
{
// FIXME return the correct queue accordingly to the value returned by Policy::wants()
return &_ready_queue;
}