summaryrefslogtreecommitdiffstats
path: root/src/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.h')
-rw-r--r--src/core.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core.h b/src/core.h
index 8c4c6233..289bec85 100644
--- a/src/core.h
+++ b/src/core.h
@@ -2,6 +2,7 @@
#define foocorehfoo
#include "idxset.h"
+#include "hashset.h"
#include "mainloop-api.h"
struct core {
@@ -9,6 +10,8 @@ struct core {
struct idxset *clients, *sinks, *sources, *sink_inputs, *source_outputs, *modules;
+ struct hashset *namereg;
+
uint32_t default_source_index, default_sink_index;
};