input/Init: use struct ConfigData

This commit is contained in:
Max Kellermann
2018-07-17 21:49:27 +02:00
parent 7b02c0224c
commit 0ff0aca2e2
9 changed files with 20 additions and 18 deletions

View File

@@ -116,7 +116,8 @@ public:
#ifdef ENABLE_ARCHIVE
archive_plugin_init_all();
#endif
input_stream_global_init(io_thread.GetEventLoop());
input_stream_global_init(GetGlobalConfig(),
io_thread.GetEventLoop());
}
~GlobalInit() {