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/sink-input.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/pulsecore/sink-input.c') diff --git a/src/pulsecore/sink-input.c b/src/pulsecore/sink-input.c index 1fdb3fa6..ad6b9ca7 100644 --- a/src/pulsecore/sink-input.c +++ b/src/pulsecore/sink-input.c @@ -117,6 +117,7 @@ static void reset_callbacks(pa_sink_input *i) { i->attach = NULL; i->detach = NULL; i->suspend = NULL; + i->suspend_within_thread = NULL; i->moving = NULL; i->kill = NULL; i->get_latency = NULL; -- cgit