summaryrefslogtreecommitdiffstats
path: root/src/core.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.h')
-rw-r--r--src/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core.h b/src/core.h
index 649c9dba..a8a140b8 100644
--- a/src/core.h
+++ b/src/core.h
@@ -7,7 +7,7 @@
struct core {
struct mainloop *mainloop;
- struct idxset *clients, *sinks, *sources, *output_streams, *input_streams, *modules;
+ struct idxset *clients, *sinks, *sources, *sink_inputs, *source_outputs, *modules;
uint32_t default_source_index, default_sink_index;
};