lib/nfs/{FileReader,Glue}: pass EventLoop&

Eliminate dependency on io_thread_get().
This commit is contained in:
Max Kellermann
2017-01-25 22:58:13 +01:00
parent 4140e9b857
commit 611ce6e756
7 changed files with 17 additions and 13 deletions

View File

@@ -97,6 +97,8 @@ public:
*/
~NfsManager();
using IdleMonitor::GetEventLoop;
gcc_pure
NfsConnection &GetConnection(const char *server,
const char *export_name);