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