diff options
Diffstat (limited to '')
-rw-r--r-- | src/lib/nfs/Connection.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/nfs/Connection.hxx b/src/lib/nfs/Connection.hxx index 4b570513e..020dc6302 100644 --- a/src/lib/nfs/Connection.hxx +++ b/src/lib/nfs/Connection.hxx @@ -133,6 +133,10 @@ protected: virtual void OnNfsConnectionError(Error &&error) = 0; private: + EventLoop &GetEventLoop() { + return SocketMonitor::GetEventLoop(); + } + void DestroyContext(); bool MountInternal(Error &error); void BroadcastMountSuccess(); |