]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
sched: Use built-in instead of open-coded timeout helpers.
authorAndre Noll <maan@systemlinux.org>
Sun, 1 Aug 2010 17:56:10 +0000 (19:56 +0200)
committerAndre Noll <maan@systemlinux.org>
Tue, 31 Aug 2010 20:13:32 +0000 (22:13 +0200)
In many places, sched_min_delay() or sched_request_timeout() are
open-coded.  Use the corresponding helpers from sched.c instead and
rename the "timeout" parameter of sched_request_timeout() to avoid
warnings on old gcc versions.


No differences found