]> git.tuebingen.mpg.de Git - paraslash.git/commit
Introduce LIST_HEAD macro and use it in audiod_command.
authorAndre Noll <maan@systemlinux.org>
Sun, 19 Jul 2009 13:23:42 +0000 (15:23 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 19 Jul 2009 13:23:42 +0000 (15:23 +0200)
commit899677b50128e00e58d76d26c05be9f078204c67
tree43ccbd150afae1c7efe8f136134b305827fe2cf8
parentc9c96581d5a29830f555079e861dcac8d48722d5
Introduce LIST_HEAD macro and use it in audiod_command.

Using initialized list heads where possible allows to get rid of the checks whether the
list is already initialized.
audiod_command.c
list.h