From: Andre Date: Mon, 3 Jul 2006 01:33:47 +0000 (+0200) Subject: improve and clean up audiod_status_dump() X-Git-Tag: v0.2.14~59^2~8 X-Git-Url: http://git.tuebingen.mpg.de/?a=commitdiff_plain;h=c60eb263adee5ba7dc6f9c1373c0a18afb50fec1;hp=c60eb263adee5ba7dc6f9c1373c0a18afb50fec1;p=paraslash.git improve and clean up audiod_status_dump() Currently, no status is printed if audiod is off. This is suboptimal as the _audiod_ status items should be sent in any case. This patch also - gets rid of some static variables in audiod_status_dump() - improves readability of audiod_status_dump() - moves dump_empty_status() from stat.c to audiod_command.c ---