]> git.tuebingen.mpg.de Git - paraslash.git/commit
struct writer_node: Store the number of the writer rather than a pointer.
authorAndre Noll <maan@systemlinux.org>
Thu, 14 May 2009 06:34:06 +0000 (08:34 +0200)
committerAndre Noll <maan@systemlinux.org>
Thu, 14 May 2009 06:34:06 +0000 (08:34 +0200)
commit09bf3971a58fd1044c145b25429c4886966c7d2a
tree86fafe3ae79eab8f03cda8101ecc514984e77d17
parent3e90aa7f5505b265f62222eeb1fc77b525169a3f
struct writer_node: Store the number of the writer rather than a pointer.

This makes it easier to get the name of the writer from the writer_node
struct.
audiod.c
write.c
write.h
write_common.c