diff options
Diffstat (limited to 'polyp/core.h')
| -rw-r--r-- | polyp/core.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/polyp/core.h b/polyp/core.h index 62959d0a..c457c3fd 100644 --- a/polyp/core.h +++ b/polyp/core.h @@ -31,7 +31,7 @@  struct pa_core {      struct pa_mainloop_api *mainloop; -    struct pa_idxset *clients, *sinks, *sources, *sink_inputs, *source_outputs, *modules, *scache; +    struct pa_idxset *clients, *sinks, *sources, *sink_inputs, *source_outputs, *modules, *scache, *autoload_idxset;      struct pa_hashmap *namereg, *autoload_hashmap;  | 
