storage/nfs: use the libnfs async API

Share the NFS connection with the NFS input plugin.
This commit is contained in:
Max Kellermann
2014-10-01 23:57:28 +02:00
parent 990809cc21
commit bb922d577d
4 changed files with 399 additions and 50 deletions
+1
View File
@@ -561,6 +561,7 @@ NFS_SOURCES = \
src/lib/nfs/Glue.cxx src/lib/nfs/Glue.hxx \
src/lib/nfs/Base.cxx src/lib/nfs/Base.hxx \
src/lib/nfs/FileReader.cxx src/lib/nfs/FileReader.hxx \
src/lib/nfs/Blocking.cxx src/lib/nfs/Blocking.hxx \
src/lib/nfs/Domain.cxx src/lib/nfs/Domain.hxx
if ENABLE_DATABASE