]> git.tuebingen.mpg.de Git - paraslash.git/commit
Introduce btr_node_description.
authorAndre Noll <maan@systemlinux.org>
Thu, 14 Jan 2010 03:19:59 +0000 (04:19 +0100)
committerAndre Noll <maan@systemlinux.org>
Thu, 14 Jan 2010 03:19:59 +0000 (04:19 +0100)
commit5ec0d9ef2189e22b3ee80f661196b6ae0593a525
treef5026c7a5f3cad1e7ee6c634bb9d096e632a1c66
parent4d222fe6d3bf328b27288de698f248c3a40d5c33
Introduce btr_node_description.

As the number of arguments to btr_new_node() grows, the code becomes
hard to read, especially since some callers must set many of the
arguments to NULL.

Using a pointer to a struct has the additional advantage that adding
new parameters does no longer require to touch all callers.
audiod.c
buffer_tree.c
buffer_tree.h
filter.c
grab_client.c
para.h
recv.c
write.c
write_common.c