From 61b07768c2f7fcc38a32ba31db837a57335ed664 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 7 Apr 2009 00:46:20 +0200 Subject: add suspend_within_thread() callbacks to pa_sink_input/pa_source_output --- src/pulsecore/source-output.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pulsecore/source-output.c') diff --git a/src/pulsecore/source-output.c b/src/pulsecore/source-output.c index 1c37be93..8918b431 100644 --- a/src/pulsecore/source-output.c +++ b/src/pulsecore/source-output.c @@ -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; -- cgit