essageMinor correcions

git-svn-id: svn://svn.gna.org/svn/sgpemv2/trunk@526 3ecf2c5c-341e-0410-92b4-d18e462d057c
This commit is contained in:
jinx 2006-03-10 15:08:15 +00:00
parent 3b593e00ae
commit 4ab3056c23
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@ Please note how the word ``priority'' here has a general meaning: it indicates e
can bubble up the sorted ready queue and come before another. So it's up
to Policy.sort_queue() to give it a precise meaning.
@sp1
@sp 1
@item body of @code{def get_time_slice(self):} line 10 - Returns how long is a time-slice for this policy.
A time sliced policy should return a positive integer value, a policy which doesn't use slices should instead
return -1. You're encouraged to use a user-configurable parameter via Policy.configure() if the policy is