summaryrefslogtreecommitdiffstats
path: root/src/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.h')
-rw-r--r--src/core.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core.h b/src/core.h
index 8eb638d9..13374e40 100644
--- a/src/core.h
+++ b/src/core.h
@@ -2,7 +2,7 @@
#define foocorehfoo
#include "idxset.h"
-#include "hashset.h"
+#include "hashmap.h"
#include "mainloop-api.h"
struct pa_core {
@@ -10,7 +10,7 @@ struct pa_core {
struct pa_idxset *clients, *sinks, *sources, *sink_inputs, *source_outputs, *modules;
- struct pa_hashset *namereg;
+ struct pa_hashmap *namereg;
uint32_t default_source_index, default_sink_index;
};