]> git.tue.mpg.de Git - paraslash.git/commit
Speed up open_current_receiver().
authorAndre Noll <maan@systemlinux.org>
Sun, 10 Feb 2008 11:49:29 +0000 (12:49 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 10 Feb 2008 11:49:29 +0000 (12:49 +0100)
commitd9de75ccdc85fd9bf90c6eb9a1b42dfdd84afd32
tree6e601d882115876d90bdb9b2b75699e540b1fd47
parent0e3c47b7574734806fc5c1e692c3df55482d8314
Speed up open_current_receiver().

To my surprise, this function showed up in the profiling info.
This is due to the fact that the old code was parsing the
FORMAT status item in audiod_pre_select() which gets called
on each iteration of the sheduler. However, this status item
gets only modified on audio file change.

So parse the status item string only once, when we receive it,
and store the current audio format number in the new field of
struct status_task.
audiod.c
audiod.h