summaryrefslogtreecommitdiffstats
path: root/src/core.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2004-06-27 22:42:17 +0000
committerLennart Poettering <lennart@poettering.net>2004-06-27 22:42:17 +0000
commita74cd2a1bd92eac6a4140d0794ac4b557be6c133 (patch)
treefdb341d0c7fecdbafc8f42cdc612076ebb23e024 /src/core.h
parent010378643e89e2ca4ea3502cb7dc6d8e16480832 (diff)
add name registrar
git-svn-id: file:///home/lennart/svn/public/pulseaudio/trunk@39 fefdeb5f-60dc-0310-8127-8f9354f1896f
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;
};