- Finish implementing async setup for Python policies' access

- Correct method names for the Python policy (design problem?)
- Compiles, but can't run it on this machine. I'll test it later
(and I expect quite a lot of SIGSEGVs).


git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@382 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
tchernobog 2006-02-22 15:16:08 +00:00
parent 882a6acf5e
commit 8f655f2f69
8 changed files with 211 additions and 96 deletions

View file

@ -23,8 +23,8 @@ class fcfs(Policy) :
def is_preemptive(self):
return False
def is_time_sliced(self):
return False
def get_time_slice(self):
return -1
def sort_queue(self, event, queue):
# How am I supposed to sort that mess??