summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pulsecore/client.h')
-rw-r--r--src/pulsecore/client.h3
1 files changed, 3 insertions, 0 deletions
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);