summaryrefslogtreecommitdiffstats
path: root/polyp/core.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-08-11 00:11:12 +0000
committerLennart Poettering <lennart@poettering.net>2004-08-11 00:11:12 +0000
commit3d374e9f678133638e661cadf73d4ef7ddcfe6eb (patch)
tree58f89c96e8e9fdbf027a407837ce1cd5f7d5e78a /polyp/core.h
parentfc618e9f316a1ec2b48a7981db41a121c79f0c27 (diff)
add subscription subsystem
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@112 fefdeb5f-60dc-0310-8127-8f9354f1896f
Diffstat (limited to 'polyp/core.h')
-rw-r--r--polyp/core.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/polyp/core.h b/polyp/core.h
index e1e48cbc..43691771 100644
--- a/polyp/core.h
+++ b/polyp/core.h
@@ -39,6 +39,10 @@ struct pa_core {
struct pa_sample_spec default_sample_spec;
int auto_unload_time;
struct pa_time_event *auto_unload_event;
+
+ struct pa_defer_event *subscription_defer_event;
+ struct pa_queue *subscription_event_queue;
+ struct pa_subscription *subscriptions;
};
struct pa_core* pa_core_new(struct pa_mainloop_api *m);