lib/nfs/Connection: add method GetEventLoop()
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user