]> git.tuebingen.mpg.de Git - paraslash.git/commit
Add execute mechanism to receiver nodes.
authorAndre Noll <maan@systemlinux.org>
Tue, 26 Jun 2012 22:39:37 +0000 (00:39 +0200)
committerAndre Noll <maan@systemlinux.org>
Sun, 18 Nov 2012 19:28:28 +0000 (20:28 +0100)
commit4fa8cb43454bc7e6d958433b1524fdc2f455f2ad
treeecbc46a9b1d9d9bc1f137318f3f6a4664f966334
parent7c8931ecbbf665d399ffbc101fde88eb8d78af85
Add execute mechanism to receiver nodes.

Currently, receiver nodes have not much information to offer which could
be interesting for their child buffer tree nodes. This is about to change
with the introduction of the afh receiver and the para_play executable.
For example, para_play needs to query the number of chunks of the current
audio file from the afh receiver in order to display playback progress.

This patch adds only the new function pointer to struct receiver. The afh
receiver will be the first user of this.
audiod.c
dccp_recv.c
http_recv.c
recv.c
recv.h
recv_common.c
udp_recv.c