diff options
author | Max Kellermann <max@duempel.org> | 2014-12-14 15:45:10 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2014-12-14 15:45:10 +0100 |
commit | 80f2ba7fca533de38575bdaf737ea89284ed2b7b (patch) | |
tree | c2cee39a0641339614129b96e5a17b7fccf4038a /src/lib/nfs/Connection.hxx | |
parent | 32bca6492034eefee1acb5c71a01a0481ba03245 (diff) | |
download | mpd-80f2ba7fca533de38575bdaf737ea89284ed2b7b.tar.gz mpd-80f2ba7fca533de38575bdaf737ea89284ed2b7b.tar.xz mpd-80f2ba7fca533de38575bdaf737ea89284ed2b7b.zip |
lib/nfs/Connection: move code to Service()
Diffstat (limited to '')
-rw-r--r-- | src/lib/nfs/Connection.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/nfs/Connection.hxx b/src/lib/nfs/Connection.hxx index 93bb4e236..3d872eb3a 100644 --- a/src/lib/nfs/Connection.hxx +++ b/src/lib/nfs/Connection.hxx @@ -207,6 +207,11 @@ private: void ScheduleSocket(); + /** + * Wrapper for nfs_service(). + */ + int Service(unsigned flags); + /* virtual methods from SocketMonitor */ virtual bool OnSocketReady(unsigned flags) override; |