summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/sink-input.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2009-04-07 00:46:20 +0200
committerLennart Poettering <lennart@poettering.net>2009-04-07 00:46:20 +0200
commit61b07768c2f7fcc38a32ba31db837a57335ed664 (patch)
treed69006dc5baeba9987930b49adee6cd06667a4b8 /src/pulsecore/sink-input.c
parent35a4a0baa8c83e1056d4fa6498aa789f76956ba7 (diff)
add suspend_within_thread() callbacks to pa_sink_input/pa_source_output
Diffstat (limited to 'src/pulsecore/sink-input.c')
-rw-r--r--src/pulsecore/sink-input.c1
1 files changed, 1 insertions, 0 deletions
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;