summaryrefslogtreecommitdiffstats
path: root/polyp/core.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-09-14 20:53:25 +0000
committerLennart Poettering <lennart@poettering.net>2004-09-14 20:53:25 +0000
commit6e019795bff589ef0a867772975e34da78fffefb (patch)
tree46beb189b4048d516d92f6002f91135360342334 /polyp/core.h
parent8c6593dabf3253e20fead143855267570a403c9a (diff)
add refernce counting for sinks, sources, sink-inputs and source-outputs
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@200 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/core.h')
-rw-r--r--polyp/core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/polyp/core.h b/polyp/core.h
index a85dafd4..b4470577 100644
--- a/polyp/core.h
+++ b/polyp/core.h
@@ -39,6 +39,7 @@ struct pa_core {
struct pa_sample_spec default_sample_spec;
struct pa_time_event *auto_unload_event;
+ struct pa_defer_event *defer_unload_event;
struct pa_defer_event *subscription_defer_event;
struct pa_queue *subscription_event_queue;