diff options
author | Lennart Poettering <lennart@poettering.net> | 2004-10-27 16:23:23 +0000 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2004-10-27 16:23:23 +0000 |
commit | 1bcec3ef5b83ca72c7d32e553566698607bae0e2 (patch) | |
tree | 0412d6573ab05381001635c7224f30cd51598434 /polyp/core.h | |
parent | f252edb7949c0114b666b1eacea5d6d2774d27a0 (diff) |
make autoload list use idxset
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@262 fefdeb5f-60dc-0310-8127-8f9354f1896f
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; |