]> git.tuebingen.mpg.de Git - paraslash.git/commit
audiod: fix mode cycling
authorAndre Noll <maan@systemlinux.org>
Mon, 5 Feb 2007 20:29:02 +0000 (21:29 +0100)
committerAndre Noll <maan@systemlinux.org>
Mon, 5 Feb 2007 20:29:02 +0000 (21:29 +0100)
commit0fab5d5201804efe0177e4a6ea3f17864431c5f1
tree5984803b6788cffc391cf13ac2383ea31efecffa
parent974c42fd818babdfd2590df59b2a74a80398e826
audiod: fix mode cycling

This was quite buggy all the time, but wasn't noticed due to the typo bug
which was fixed in 1b46ae4193cddb7d589b0f2f7d8158b84f7e9f6d.

Now, the status task no longer has an event handler as both its pre_select
and its post_select functions always succeed and the status task is supposed
to never terminate. Unlike the client task whose event handler now does all
the cleanup if the connection to para_server breaks down for whatever reason.
audiod.c