]> git.tuebingen.mpg.de Git - paraslash.git/commit
filter: Switch from linked lists to arrays.
authorAndre Noll <maan@systemlinux.org>
Mon, 31 Mar 2008 22:23:58 +0000 (00:23 +0200)
committerAndre Noll <maan@systemlinux.org>
Mon, 31 Mar 2008 22:23:58 +0000 (00:23 +0200)
commitd32eb7a5cf569ee842d91f3f830a8562fa0ae12d
tree98f9956a488fef4708425f31fb4e94233e7920e1
parent6f0e4a5138f17d0a150f648fd09fe867c080660a
filter: Switch from linked lists to arrays.

The number of filters is known and never changes, so it's easier
to use arrays.
audiod.c
audiod_command.c
filter.c
filter.h
filter_chain.c
grab_client.c
grab_client.h