- Add first undocumented (and quite useless) test for libpyloader.
It doesn't work properly for no apparent reason. - Add SWIG interface generation for Scheduler git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@375 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
parent
cc26da0b59
commit
712e14f558
7 changed files with 126 additions and 81 deletions
|
@ -13,12 +13,12 @@ from Policy import Policy
|
|||
# (this makes sense...)
|
||||
###############################
|
||||
|
||||
class fcfs_policy(Policy) :
|
||||
class fcfs(Policy) :
|
||||
def __init__(self):
|
||||
pass;
|
||||
|
||||
def configure(self):
|
||||
pass;
|
||||
print 'No options to configure for fcfs'
|
||||
|
||||
def is_preemptive(self):
|
||||
return False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue