aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-10-05 07:41:50 +0200
committerMax Kellermann <max@duempel.org>2014-10-05 07:41:50 +0200
commitb1a252a64d39d17618d2d00ac341684b6f290ef6 (patch)
tree10eff9b871e5bf9a6a7b8934ada5cf8a23920218 /Makefile.am
parentfb90b64bac49d6efadc2db021cf0fbf65c9d66a6 (diff)
downloadmpd-b1a252a64d39d17618d2d00ac341684b6f290ef6.tar.gz
mpd-b1a252a64d39d17618d2d00ac341684b6f290ef6.tar.xz
mpd-b1a252a64d39d17618d2d00ac341684b6f290ef6.zip
lib/nfs/Base: kludge to reduce number of NFS mounts
Creating a NfsStorage sets its own export_name as the "base". Now NfsFileReader can use this information to derive the export_name to be mounted, instead of guessing. This solves the "too many connection" problem on the NFS server while updating the database.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 97ccde5ef..6768acbb4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -559,6 +559,7 @@ NFS_SOURCES = \
src/lib/nfs/Connection.cxx src/lib/nfs/Connection.hxx \
src/lib/nfs/Manager.cxx src/lib/nfs/Manager.hxx \
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/Domain.cxx src/lib/nfs/Domain.hxx