summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/core.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2008-08-01 01:56:09 +0300
committerLennart Poettering <lennart@poettering.net>2008-08-01 01:56:09 +0300
commitedc56a7f7a993aa60b979a4093e39f66e7f7a8c8 (patch)
tree134be5d0fe530a163bc57c981fbce2290a3204af /src/pulsecore/core.h
parenta5a7b79938c14d3ca89da52e3d25d276bbbafc7b (diff)
rename pa_property_xxx to pa_shared_xxx to avoid confusion with property lists
Diffstat (limited to 'src/pulsecore/core.h')
-rw-r--r--src/pulsecore/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pulsecore/core.h b/src/pulsecore/core.h
index 14a2c78d..e11655ef 100644
--- a/src/pulsecore/core.h
+++ b/src/pulsecore/core.h
@@ -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;