diff options
author | Max Kellermann <max@duempel.org> | 2014-10-01 22:10:46 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-10-01 22:10:46 +0200 |
commit | 0470f648c6512d7a8a6fc5f66e760dfc85f2c8aa (patch) | |
tree | 11e267b8f2e483d37371e6805263194fc549b58e /src/lib/nfs/Connection.cxx | |
parent | 777360149d45cc07c40b53a1c1b7ab903b2b8b84 (diff) | |
download | mpd-0470f648c6512d7a8a6fc5f66e760dfc85f2c8aa.tar.gz mpd-0470f648c6512d7a8a6fc5f66e760dfc85f2c8aa.tar.xz mpd-0470f648c6512d7a8a6fc5f66e760dfc85f2c8aa.zip |
lib/nfs/Connection: add method GetEventLoop()
Diffstat (limited to '')
-rw-r--r-- | src/lib/nfs/Connection.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/nfs/Connection.cxx b/src/lib/nfs/Connection.cxx index cd6f1e2ef..c07598189 100644 --- a/src/lib/nfs/Connection.cxx +++ b/src/lib/nfs/Connection.cxx @@ -123,7 +123,7 @@ events_to_libnfs(unsigned i) NfsConnection::~NfsConnection() { - assert(SocketMonitor::GetEventLoop().IsInside()); + assert(GetEventLoop().IsInside()); assert(new_leases.empty()); assert(active_leases.empty()); assert(callbacks.IsEmpty()); |