lib/nfs/{FileReader,Glue}: pass EventLoop&
Eliminate dependency on io_thread_get().
This commit is contained in:
@@ -74,7 +74,7 @@ public:
|
||||
server(std::move(_server)),
|
||||
export_name(std::move(_export_name)),
|
||||
state(State::INITIAL) {
|
||||
nfs_init();
|
||||
nfs_init(_loop);
|
||||
}
|
||||
|
||||
~NfsStorage() {
|
||||
|
||||
Reference in New Issue
Block a user