maintain a list of sink inputs/source outputs as part of the pa_client object

This commit is contained in:
Lennart Poettering 2009-01-15 18:38:20 +01:00
parent b6deb0cc4c
commit 344c934edb
5 changed files with 27 additions and 2 deletions

View file

@ -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);