]> git.tuebingen.mpg.de Git - paraslash.git/commit
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)
commit7ff087268774d4bb7838a8575d2d9471ab52a27d
tree273405b4043817fb48fe41a39b6ba502f1768ad4
parent1d33ccbff9a787e2aa13187fdc690227ffe72aea
sched: Use built-in instead of open-coded timeout helpers.

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.
alsa_write.c
grab_client.c
recv_common.c
sched.c
sched.h
vss.c
wav_filter.c