From 3854211694c5e2c71a2e3ff2a0f141814169d5dc Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 25 Jan 2017 23:06:12 +0100 Subject: input/Plugin: pass EventLoop& to init() Eliminate dependency on io_thread_get(). --- test/run_input.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/run_input.cxx') diff --git a/test/run_input.cxx b/test/run_input.cxx index 85e52d941..125e909c6 100644 --- a/test/run_input.cxx +++ b/test/run_input.cxx @@ -47,7 +47,7 @@ public: #ifdef ENABLE_ARCHIVE archive_plugin_init_all(); #endif - input_stream_global_init(); + input_stream_global_init(io_thread_get()); } ~GlobalInit() { -- cgit v1.2.3