aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/nfs/Manager.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* *: add missing Compiler.h includesMax Kellermann2014-08-301-0/+1
| | | | Necessary for "final" on gcc 4.6.
* 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.