input/Plugin: pass EventLoop& to init()

Eliminate dependency on io_thread_get().
This commit is contained in:
Max Kellermann
2017-01-25 23:06:12 +01:00
parent 58ac72f79d
commit 3854211694
15 changed files with 21 additions and 20 deletions

View File

@@ -69,7 +69,7 @@ public:
*/
static void
input_smbclient_init(gcc_unused const ConfigBlock &block)
input_smbclient_init(EventLoop &, const ConfigBlock &)
{
try {
SmbclientInit();