mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-01 22:58:47 -04:00
rename pa_property_xxx to pa_shared_xxx to avoid confusion with property lists
This commit is contained in:
parent
a5a7b79938
commit
edc56a7f7a
10 changed files with 84 additions and 83 deletions
|
|
@ -94,7 +94,7 @@ struct pa_core {
|
|||
pa_idxset *clients, *sinks, *sources, *sink_inputs, *source_outputs, *modules, *scache, *autoload_idxset;
|
||||
|
||||
/* Some hashmaps for all sorts of entities */
|
||||
pa_hashmap *namereg, *autoload_hashmap, *properties;
|
||||
pa_hashmap *namereg, *autoload_hashmap, *shared;
|
||||
|
||||
/* The name of the default sink/source */
|
||||
char *default_source_name, *default_sink_name;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue