From 344c934edbd780e1efe9ac413402ee6d70fe29e3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Thu, 15 Jan 2009 18:38:20 +0100 Subject: maintain a list of sink inputs/source outputs as part of the pa_client object --- src/pulsecore/client.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/pulsecore/client.h') diff --git a/src/pulsecore/client.h b/src/pulsecore/client.h index 8e72f323..48e9bc7a 100644 --- a/src/pulsecore/client.h +++ b/src/pulsecore/client.h @@ -42,6 +42,9 @@ struct pa_client { pa_module *module; char *driver; + pa_idxset *sink_inputs; + pa_idxset *source_outputs; + void *userdata; void (*kill)(pa_client *c); -- cgit