add suspend_within_thread() callbacks to pa_sink_input/pa_source_output

This commit is contained in:
Lennart Poettering 2009-04-07 00:46:20 +02:00
parent 35a4a0baa8
commit 61b07768c2
6 changed files with 44 additions and 3 deletions

View file

@ -87,6 +87,7 @@ static void reset_callbacks(pa_source_output *o) {
o->attach = NULL;
o->detach = NULL;
o->suspend = NULL;
o->suspend_within_thread = NULL;
o->moving = NULL;
o->kill = NULL;
o->get_latency = NULL;