aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/nfs/Manager.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lib/nfs/Manager: gcc 4.7 compatibility hackMax Kellermann2014-06-171-0/+7
| | | | std::map::emplace() is only available from gcc 4.8 on.
* input/nfs: use the asynchronous libnfs APIMax Kellermann2014-06-171-0/+72
More robust and cancellable.